blob: af781b5b69d9d4f09d29268c94767cbe82ab71ad [file] [log] [blame]
Masahiro Yamada573a3812017-04-14 11:10:24 +09001/*
2 * SPDX-License-Identifier: GPL-2.0+
3 */
4
Simon Glass4af0d7e2017-05-17 17:18:07 -06005#include <common.h>
Simon Glass9d922452017-05-17 17:18:03 -06006#include <dm.h>
Masahiro Yamada573a3812017-04-14 11:10:24 +09007
8/* Firmware access is platform-dependent. No generic code in uclass */
9UCLASS_DRIVER(firmware) = {
10 .id = UCLASS_FIRMWARE,
11 .name = "firmware",
12};