提交 b65186da 编写于 作者: M Michal Simek

ARM: zynq: DT: Use 0x prefix for memory nodes

Be align with the rest of zynq DTS and have 0
written as 0x0.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 aeb29453
......@@ -25,7 +25,7 @@
memory {
device_type = "memory";
reg = <0 0x40000000>;
reg = <0x0 0x40000000>;
};
chosen {
......
......@@ -20,7 +20,7 @@
memory {
device_type = "memory";
reg = <0 0x40000000>;
reg = <0x0 0x40000000>;
};
chosen {
......
......@@ -20,7 +20,7 @@
memory {
device_type = "memory";
reg = <0 0x20000000>;
reg = <0x0 0x20000000>;
};
chosen {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册