]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk356x-u-boot: Use relaxed u-boot,spl-boot-order
authorJonas Karlman <jonas@kwiboo.se>
Fri, 28 Jul 2023 11:53:08 +0000 (11:53 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 31 Jul 2023 09:34:43 +0000 (17:34 +0800)
BootRom will try to load TPL+SPL from media in the following order:
- SPI NOR Flash
- SPI NAND Flash
- NAND Flash
- eMMC
- SDMMC

SPL will try to load FIT from media in the order defined in the device
tree u-boot,spl-boot-order property.

Change the default order to load FIT from to:
- same media as TPL+SPL
- SDMMC
- eMMC

Boards with strict load order requirements should override the
u-boot,spl-boot-order property in the board specific u-boot.dtsi.

Fixes: 42f67fb51cb4 ("rockchip: rk3568: Fix boot device detection")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk356x-u-boot.dtsi

index 89c0d830b632fcf0d363b9e68c29e545dfdbe05f..5644f78ec7745cbeb1fbf34dd1fd66cbeb558f0a 100644 (file)
@@ -12,7 +12,7 @@
        };
 
        chosen {
-               u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc0;
+               u-boot,spl-boot-order = "same-as-spl", &sdmmc0, &sdhci;
        };
 
        dmc: dmc {