[U-Boot] [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 kettenis@openbsd.org --- 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 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 {

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

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?

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!
participants (3)
-
Mark Kettenis
-
Mark Kettenis
-
Philipp Tomsich