]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Setup correct 2GB memory size for zcu104
authorMichal Simek <michal.simek@xilinx.com>
Wed, 26 Jul 2017 08:19:42 +0000 (10:19 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 27 Jul 2017 07:37:05 +0000 (09:37 +0200)
Documentation incorrectly stated that board has 4GB but it was incorrect
and board has only physical 2GB.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu104-revA.dts

index 4f1798b4059adfdbcbe3d50b3091f6f25de43cfb..a6bab29df78abfc25c2380c7b1e8762ffafb49a0 100644 (file)
@@ -40,7 +40,7 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
+               reg = <0x0 0x0 0x0 0x80000000>;
        };
 };