arm64: zynqmp: Remove fixme about memory size on zynqmp-p-a2197

System controller has 2GB of memory and fixme can be removed now.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2019-10-14 10:35:03 +02:00
parent bdd368afda
commit 5dc8f69df3

View 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>;
};
};