MC3302_SDK_V1.1.9_202507281.../bsp/ramboot/drivers/firmware/firmware-uclass.c
2025-11-11 12:08:31 +08:00

13 lines
232 B
C
Executable File

/*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <dm.h>
/* Firmware access is platform-dependent. No generic code in uclass */
UCLASS_DRIVER(firmware) = {
.id = UCLASS_FIRMWARE,
.name = "firmware",
};