Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b65186da authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent aeb29453
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@


	memory {
	memory {
		device_type = "memory";
		device_type = "memory";
		reg = <0 0x40000000>;
		reg = <0x0 0x40000000>;
	};
	};


	chosen {
	chosen {
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@


	memory {
	memory {
		device_type = "memory";
		device_type = "memory";
		reg = <0 0x40000000>;
		reg = <0x0 0x40000000>;
	};
	};


	chosen {
	chosen {
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@


	memory {
	memory {
		device_type = "memory";
		device_type = "memory";
		reg = <0 0x20000000>;
		reg = <0x0 0x20000000>;
	};
	};


	chosen {
	chosen {