2017-04-14 02:10:24 +00:00
|
|
|
/*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
2017-05-17 23:18:07 +00:00
|
|
|
#include <common.h>
|
2017-05-17 23:18:03 +00:00
|
|
|
#include <dm.h>
|
2017-04-14 02:10:24 +00:00
|
|
|
|
|
|
|
/* Firmware access is platform-dependent. No generic code in uclass */
|
|
|
|
UCLASS_DRIVER(firmware) = {
|
|
|
|
.id = UCLASS_FIRMWARE,
|
|
|
|
.name = "firmware",
|
|
|
|
};
|