summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2019-07-16 16:04:53 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-07-19 11:11:09 +0800
commit214c65aa0186d0d76d6b93d99e7adf35860bcc6e (patch)
tree37174aa8057b09029b86fc9c34577da4a85edc83 /arch
parent931729795731743f09ef9e85ed01f8ea99b26dcd (diff)
rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4
Let the board continue boot from the storage device where it bootup. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
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 30f2b5f4793..f8d8e33383f 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;
};
};