diff mbox series

[U-Boot] rockchip: dts: rk3399-firely: add 'same-as-spl'

Message ID 20190104194932.14959-1-kettenis@openbsd.org
State Accepted
Commit 09056c94a16c953aef029fb09832b6ea86a9a359
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot] rockchip: dts: rk3399-firely: add 'same-as-spl' | expand

Commit Message

Mark Kettenis Jan. 4, 2019, 7:49 p.m. UTC
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 <kettenis@openbsd.org>
---
 arch/arm/dts/rk3399-firefly.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philipp Tomsich Jan. 31, 2019, 10:15 a.m. UTC | #1
> 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 <kettenis@openbsd.org>
> ---
>  arch/arm/dts/rk3399-firefly.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mark Kettenis Jan. 31, 2019, 10:28 a.m. UTC | #2
> From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Date: Thu, 31 Jan 2019 11:15:03 +0100
> 
> > 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 <kettenis@openbsd.org>
> > ---
> >  arch/arm/dts/rk3399-firefly.dts | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Any further action required on my side that get this into the next merge?
Philipp Tomsich Jan. 31, 2019, 9:12 p.m. UTC | #3
> 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 <kettenis@openbsd.org>
> ---
>  arch/arm/dts/rk3399-firefly.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3399-firefly.dts b/arch/arm/dts/rk3399-firefly.dts
index be350866a7..f90e7e88db 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 {