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

Commit f1d6ed21 authored by Lee Jones's avatar Lee Jones Committed by Benoit Cousson
Browse files

ARM: dts: Remove '0x's from OMAP2420 H4 DTS file



Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 9448996c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,15 +50,15 @@
			label = "bootloader";
			reg = <0 0x20000>;
		};
		partition@0x20000 {
		partition@20000 {
			label = "params";
			reg = <0x20000 0x20000>;
		};
		partition@0x40000 {
		partition@40000 {
			label = "kernel";
			reg = <0x40000 0x200000>;
		};
		partition@0x240000 {
		partition@240000 {
			label = "file-system";
			reg = <0x240000 0x3dc0000>;
		};