[U-Boot] [PATCH] rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4
Andy Yan
andy.yan at rock-chips.com
Tue Jul 16 08:04:53 UTC 2019
Let the board continue boot from the storage device where
it bootup.
Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
---
arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
index 30f2b5f479..f8d8e33383 100644
--- a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
@@ -6,6 +6,6 @@
#include "rk3399-u-boot.dtsi"
/ {
chosen {
- u-boot,spl-boot-order = &sdhci, &sdmmc;
+ u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};
};
--
2.17.1
More information about the U-Boot
mailing list