arm64: zynqmp: Remove fixme about memory size on zynqmp-p-a2197
authorMichal Simek <michal.simek@xilinx.com>
Mon, 14 Oct 2019 08:35:03 +0000 (10:35 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:01 +0000 (13:37 +0200)
System controller has 2GB of memory and fixme can be removed now.

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

index 864263bd57df684fb33547594c534cf3e93550fa..d49b632a1d3c66141b2d92d7c612cdb437993360 100644 (file)
@@ -41,7 +41,7 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x0 0x0 0x0 0x80000000>; /* FIXME don't know how big memory is there */
+               reg = <0x0 0x0 0x0 0x80000000>;
        };
 };