diff options
author | Marek Vasut <marex@denx.de> | 2015-11-23 17:06:27 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-11-30 13:30:19 +0100 |
commit | 856b30dae54a9fa76a7457b6c891b3efd9a8a397 (patch) | |
tree | db4398d8d5499aa62fa09d3124653a7e730fe05f /arch/arm/dts/socfpga_cyclone5_socrates.dts | |
parent | 871c24bc501b035604123e5f6754b0b457678edb (diff) | |
download | u-boot-856b30dae54a9fa76a7457b6c891b3efd9a8a397.tar.gz |
arm: socfpga: Repair SoCrates board
This board was constantly parasiting on the CV SoCDK, so split it
into it's own separate directory. Moreover, the board config was
missing important bits, like simple-bus support in SPL, the DRAM
configuration was incorrect and the DTS was also missing the pre
reloc bits.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Jan Viktorin <viktorin@rehivetech.com>
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_socrates.dts')
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socrates.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index 6782691f73..05b935da0a 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -19,6 +19,10 @@ device_type = "memory"; reg = <0x0 0x40000000>; /* 1GB */ }; + + soc { + u-boot,dm-pre-reloc; + }; }; &gmac1 { @@ -37,6 +41,7 @@ &mmc0 { status = "okay"; + u-boot,dm-pre-reloc; }; &qspi { |