]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/socfpga_stratix10_socdk.dts
arm: dts: socfpga: stratix10: Fix memory node
[u-boot] / arch / arm / dts / socfpga_stratix10_socdk.dts
index c6ab0ae9923ad5c4ef2adc09e70de1bd088802b4..6e8ddcd9f4ce6aef9d383d555b7c9902cdf802e2 100644 (file)
@@ -36,8 +36,8 @@
 
        memory {
                device_type = "memory";
-               /* We expect the bootloader to fill in the reg */
-               reg = <0 0 0 0>;
+               reg = <0 0 0 0x80000000>; /* 2GB */
+               u-boot,dm-pre-reloc;
        };
 };