mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
0d968ceb1f
commit
09056c94a1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = &uart2;
|
stdout-path = &uart2;
|
||||||
u-boot,spl-boot-order = &sdhci, &sdmmc;
|
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight: backlight {
|
backlight: backlight {
|
||||||
|
|
Loading…
Add table
Reference in a new issue