From 214c65aa0186d0d76d6b93d99e7adf35860bcc6e Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Tue, 16 Jul 2019 16:04:53 +0800 Subject: 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 Reviewed-by: Kever Yang --- 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; }; }; -- cgit v1.2.1