
22 Dec
2015
22 Dec
'15
4:41 a.m.
This node must be available before relocation, otherwise the board will not find mmc and will thus not boot.
Signed-off-by: Marek Vasut marex@denx.de Cc: Dinh Nguyen dinguyen@opensource.altera.com --- arch/arm/dts/socfpga_cyclone5_socdk.dts | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts index 224928f..a202709 100644 --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts @@ -34,6 +34,10 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + soc { + u-boot,dm-pre-reloc; + }; };
&gmac1 {
--
2.1.4