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: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2014-08-21 11:21:09 +02:00
parent aeb29453e3
commit b65186da8c
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
memory {
device_type = "memory";
reg = <0 0x40000000>;
reg = <0x0 0x40000000>;
};
chosen {

View File

@ -20,7 +20,7 @@
memory {
device_type = "memory";
reg = <0 0x40000000>;
reg = <0x0 0x40000000>;
};
chosen {

View File

@ -20,7 +20,7 @@
memory {
device_type = "memory";
reg = <0 0x20000000>;
reg = <0x0 0x20000000>;
};
chosen {