Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame^] | 1 | /* |
2 | * SPDX-License-Identifier: GPL-2.0+ | ||||
3 | */ | ||||
4 | |||||
5 | #include <dm/uclass.h> | ||||
6 | |||||
7 | /* Firmware access is platform-dependent. No generic code in uclass */ | ||||
8 | UCLASS_DRIVER(firmware) = { | ||||
9 | .id = UCLASS_FIRMWARE, | ||||
10 | .name = "firmware", | ||||
11 | }; |