mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Change to dynamically select what storage media to use for the U-Boot environment depending on from what storage media the FIT images was loaded from, fall back to use env from nowhere. U-Boot SPL 2025.07 (Jul 13 2025 - 10:07:16 +0000) Trying to boot from MMC1 ... Loading Environment from MMC... Reading from MMC(0)... or U-Boot SPL 2025.07 (Jul 13 2025 - 10:07:16 +0000) Trying to boot from SPI ... Loading Environment from SPIFlash... Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
20 lines
277 B
Plaintext
20 lines
277 B
Plaintext
if TARGET_ODROID_GO2
|
|
|
|
config SYS_BOARD
|
|
default "odroid_go2"
|
|
|
|
config SYS_VENDOR
|
|
default "hardkernel"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "odroid_go2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ADC
|
|
select BOARD_TYPES
|
|
select ENV_IS_NOWHERE
|
|
select SPL_ADC
|
|
|
|
endif
|