Use MVEBU_SPL_BOOT_DEVICE_* to select between SPI and MMC, instead of board specific symbols. This commit enables the boot device selection menu to all mvebu platforms, but it is only effective on Turris Omnia and gdsys Controlcenter DC platforms. A following commit will enable boot selection for other platforms. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>lime2-spi
parent
d38f04f7c2
commit
ad105f5f86
@ -1,24 +0,0 @@ |
||||
if TARGET_CONTROLCENTERDC |
||||
|
||||
menu "Controlcenter DC board options" |
||||
|
||||
choice |
||||
prompt "Select boot method" |
||||
|
||||
config SPL_BOOT_DEVICE_SPI |
||||
bool "SPI" |
||||
|
||||
config SPL_BOOT_DEVICE_MMC |
||||
bool "MMC" |
||||
select SPL_LIBDISK_SUPPORT |
||||
|
||||
endchoice |
||||
|
||||
#config SPL_BOOT_DEVICE |
||||
# int |
||||
# default 1 if SPL_BOOT_DEVICE_SPI |
||||
# default 2 if SPL_BOOT_DEVICE_MMC |
||||
|
||||
endmenu |
||||
|
||||
endif |
Loading…
Reference in new issue