mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-08 15:34:03 +00:00
rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4
Let the board continue boot from the storage device where it bootup. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
This commit is contained in:
parent
9317297957
commit
214c65aa01
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
#include "rk3399-u-boot.dtsi"
|
#include "rk3399-u-boot.dtsi"
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
u-boot,spl-boot-order = &sdhci, &sdmmc;
|
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue