mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
rockchip: Ensure env in SPI Flash can work correctly
Ensure that the spi/sfc node for SPI flash is aviliable during pre-reloc phase so that env can successfully be loaded from SPI Flash. No boards with these SoCs seem to be affected as there is no default use of ENV_IS_IN_SPI_FLASH=y. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
c6bba31dbd
commit
3a01be0cd5
@ -132,6 +132,10 @@
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
bootph-all;
|
||||
clock-frequency = <24000000>;
|
||||
|
||||
@ -157,6 +157,7 @@
|
||||
};
|
||||
|
||||
&sfc {
|
||||
bootph-some-ram;
|
||||
u-boot,spl-sfc-no-dma;
|
||||
};
|
||||
|
||||
|
||||
@ -140,6 +140,7 @@
|
||||
};
|
||||
|
||||
&sfc {
|
||||
bootph-some-ram;
|
||||
u-boot,spl-sfc-no-dma;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user