mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc
In commit100f489f58
("rockchip: rk3399: Fix loading FIT from SD-card when booting from eMMC"), the spi1 bootph properties were mistakenly removed meaning, so re-add them back to fix SPI-NOR flash not being found in U-Boot pre-reloc as required for RK3399 Puma. Fixes:100f489f58
("rockchip: rk3399: Fix loading FIT from SD-card when booting from eMMC") Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
1f0943428a
commit
0a9e081395
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,11 @@
|
|||
bootph-some-ram;
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
bootph-pre-ram;
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
&spi1_clk {
|
||||
bootph-pre-ram;
|
||||
bootph-some-ram;
|
||||
|
|
Loading…
Add table
Reference in a new issue