]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/firmware/firmware-uclass.c
moveconfig: Support looking for implied CONFIG options
[people/ms/u-boot.git] / drivers / firmware / firmware-uclass.c
CommitLineData
573a3811
MY
1/*
2 * SPDX-License-Identifier: GPL-2.0+
3 */
4
4af0d7e8 5#include <common.h>
9d922450 6#include <dm.h>
573a3811
MY
7
8/* Firmware access is platform-dependent. No generic code in uclass */
9UCLASS_DRIVER(firmware) = {
10 .id = UCLASS_FIRMWARE,
11 .name = "firmware",
12};