projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9317297
)
rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4
author
Andy Yan
<andy.yan@rock-chips.com>
Tue, 16 Jul 2019 08:04:53 +0000
(16:04 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Fri, 19 Jul 2019 03:11:09 +0000
(11:11 +0800)
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>
arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
index 30f2b5f4793d0f0224723e3b45e216bc9cb821b7..f8d8e33383f760f84ce3fc3106761956c4a93060 100644
(file)
--- a/
arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
+++ b/
arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
@@
-6,6
+6,6
@@
#include "rk3399-u-boot.dtsi"
/ {
chosen {
- u-boot,spl-boot-order = &sdhci, &sdmmc;
+ u-boot,spl-boot-order =
"same-as-spl",
&sdhci, &sdmmc;
};
};