From 09056c94a16c953aef029fb09832b6ea86a9a359 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 4 Jan 2019 20:49:32 +0100 Subject: [PATCH] rockchip: dts: rk3399-firely: add 'same-as-spl' Like on rk3399-puma we want to continue booting the fill U-Boot from the same device as the SPL stage. Signed-off-by: Mark Kettenis Reviewed-by: Philipp Tomsich --- arch/arm/dts/rk3399-firefly.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/rk3399-firefly.dts b/arch/arm/dts/rk3399-firefly.dts index be35086..f90e7e8 100644 --- a/arch/arm/dts/rk3399-firefly.dts +++ b/arch/arm/dts/rk3399-firefly.dts @@ -15,7 +15,7 @@ chosen { stdout-path = &uart2; - u-boot,spl-boot-order = &sdhci, &sdmmc; + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; }; backlight: backlight { -- 2.7.4