diff options
| author | Simon Goldschmidt <[email protected]> | 2018-08-06 15:05:09 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-11-29 12:45:15 +0100 |
| commit | e8dd60d489e19d12b193b945bb0d13ba40f9d8b0 (patch) | |
| tree | 9086717efade841845f76a85f3d7425375b1ffe4 | |
| parent | c402e8170245a0ca2b9398185638b349eeff10a3 (diff) | |
arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index 8d5d3996f6f..93c3fa4a48a 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -76,6 +76,7 @@ &qspi { status = "okay"; + u-boot,dm-pre-reloc; flash: flash@0 { #address-cells = <1>; @@ -90,5 +91,6 @@ cdns,tchsh-ns = <4>; cdns,tslch-ns = <4>; status = "okay"; + u-boot,dm-pre-reloc; }; }; |
