diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2024-05-21 10:45:49 -0500 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2024-06-14 16:52:34 +0800 |
commit | 53ce821586fcc66fc9a049dff5d15d9679905336 (patch) | |
tree | 7f2e088f7d3c622926f543253ba1b0d19ae0e2fc /arch/arm/dts | |
parent | 25e4aafd20589f8f8166a6d0dc565c39738b4ec1 (diff) | |
download | u-boot-53ce821586fcc66fc9a049dff5d15d9679905336.tar.gz |
board: rockchip: rgxx3: Use sdmmc0 as first device
Some of the rgxx3 devices do not have a way to recover from a poor
flash of a bootloader to eMMC. Set the device to always attempt to boot
from sdmmc0 first which ensures that we can override the boot from
emmc if we have a card present with a valid fit signature. The
expectation is that this will protect from the very unlikely chance
we have a valid FIT signature on the eMMC but the U-Boot stage fails
for some other reason.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi index 793ed4ae8ae..c7e849816a6 100644 --- a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi +++ b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi @@ -4,7 +4,7 @@ / { chosen { - u-boot,spl-boot-order = "same-as-spl", &sdmmc1, &sdmmc0; + u-boot,spl-boot-order = &sdmmc0, &sdhci; }; }; |