mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
rockchip: declear boot_devices in bootrom.h
boot_devices may defined in soc file, and used in board file, we need to delear it in header file. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
cd59501f21
commit
bfcf15aad2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ enum {
|
|||
BROM_LAST_BOOTSOURCE = BROM_BOOTSOURCE_USB
|
||||
};
|
||||
|
||||
extern const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1];
|
||||
|
||||
/**
|
||||
* Locations of the boot-device identifier in SRAM
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue