mirror of
https://xff.cz/git/u-boot/
synced 2025-10-29 09:33:46 +01: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:
@@ -34,6 +34,7 @@
|
|||||||
name = "memory";
|
name = "memory";
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x40000000>; /* 1GB */
|
reg = <0x0 0x40000000>; /* 1GB */
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
a10leds {
|
a10leds {
|
||||||
|
|||||||
Reference in New Issue
Block a user