On 08/06/2018 03:05 PM, Simon Goldschmidt wrote:
> This fixes the board's dts to supply SPL with QSPI info.
> 
> The EBV Socrates board has DIP switches to boot from SD card or
> QSPI, so let's fix its defconfig to work for both cases.
> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschm...@gmail.com>
> 
> ---
> 
>  arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts 
> b/arch/arm/dts/socfpga_cyclone5_socrates.dts
> index 0d452ae300..46d7eabdc8 100644
> --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts
> @@ -63,6 +63,7 @@
>  
>  &qspi {
>       status = "okay";
> +     u-boot,dm-pre-reloc;
>  
>       flash0: n25q00@0 {
>               #address-cells = <1>;
> @@ -77,6 +78,7 @@
>               cdns,tsd2d-ns = <50>;
>               cdns,tchsh-ns = <4>;
>               cdns,tslch-ns = <4>;
> +             u-boot,dm-pre-reloc;
>       };
>  };
>  
> 
But the SoCrates boots from SDMMC :-)

-- 
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to