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

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

ARM: dts: Remove '0x's from OMAP3 IGEP0030 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 8771c962
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -83,19 +83,19 @@
			label = "SPL";
			reg = <0 0x100000>;
		};
		partition@0x80000 {
		partition@80000 {
			label = "U-Boot";
			reg = <0x100000 0x180000>;
		};
		partition@0x1c0000 {
		partition@1c0000 {
			label = "Environment";
			reg = <0x280000 0x100000>;
		};
		partition@0x280000 {
		partition@280000 {
			label = "Kernel";
			reg = <0x380000 0x300000>;
		};
		partition@0x780000 {
		partition@780000 {
			label = "Filesystem";
			reg = <0x680000 0x1f980000>;
		};