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