git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd368a
)
arm64: zynqmp: Remove fixme about memory size on zynqmp-p-a2197
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 14 Oct 2019 08:35:03 +0000
(10:35 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-p-a2197-00-revA.dts
b/arch/arm/dts/zynqmp-p-a2197-00-revA.dts
index
864263b
..
d49b632
100644
(file)
--- a/
arch/arm/dts/zynqmp-p-a2197-00-revA.dts
+++ b/
arch/arm/dts/zynqmp-p-a2197-00-revA.dts
@@
-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>;
};
};