mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT option
For 32-bit Armada boards which use SPL we can determinate boot device from existing MVEBU_SPL_BOOT_DEVICE_* option. For all other boards (e.g. 64-bit Armada) default option still needs to be set manually. Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
c766c097ef
commit
329393f17f
@ -18,6 +18,10 @@ if CMD_MVEBU_BUBT
|
||||
|
||||
choice
|
||||
prompt "Flash for image"
|
||||
default MVEBU_SPI_BOOT if MVEBU_SPL_BOOT_DEVICE_SPI
|
||||
default MVEBU_NAND_BOOT if MVEBU_SPL_BOOT_DEVICE_NAND
|
||||
default MVEBU_MMC_BOOT if MVEBU_SPL_BOOT_DEVICE_MMC
|
||||
default MVEBU_SATA_BOOT if MVEBU_SPL_BOOT_DEVICE_SATA
|
||||
default MVEBU_SPI_BOOT
|
||||
|
||||
config MVEBU_NAND_BOOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user