
4 Jan
2019
4 Jan
'19
8:49 p.m.
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 {
--
2.19.2