mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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 <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
297b653bbf
commit
df78f016e8
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
name = "memory";
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x40000000>; /* 1GB */
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
a10leds {
|
||||
|
|
Loading…
Reference in a new issue