mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user