blob: d09923595b845a950636d17e0bec9b6dd1d82554 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Masahiro Yamada836c55d2017-04-14 11:10:24 +09002
Simon Glass51a3ec32017-05-17 17:18:07 -06003#include <common.h>
Simon Glass11c89f32017-05-17 17:18:03 -06004#include <dm.h>
Masahiro Yamada836c55d2017-04-14 11:10:24 +09005
6/* Firmware access is platform-dependent. No generic code in uclass */
7UCLASS_DRIVER(firmware) = {
8 .id = UCLASS_FIRMWARE,
9 .name = "firmware",
10};