diff options
| author | Marek Vasut <[email protected]> | 2018-05-29 18:02:22 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-07-12 09:22:13 +0200 |
| commit | df78f016e84caede20938fb3e84acbb8ae7fc440 (patch) | |
| tree | b71f91bea7ec35750f036cbab7648de609a35f4b | |
| parent | 297b653bbffe4e3bcc9534d70bd92e11545a7c4a (diff) | |
ARM: socfpga: Make DRAM node available in SPL
The SPL can also parse the DRAM configuration node to figure out the
memory layout, make sure it is available.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_arria10_socdk.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi index d7616dd1c51..3f59f025775 100644 --- a/arch/arm/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk.dtsi @@ -34,6 +34,7 @@ name = "memory"; device_type = "memory"; reg = <0x0 0x40000000>; /* 1GB */ + u-boot,dm-pre-reloc; }; a10leds { |
