ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
authorLee Jones <lee.jones@linaro.org>
Mon, 22 Jul 2013 10:52:32 +0000 (11:52 +0100)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 8 Oct 2013 15:51:40 +0000 (17:51 +0200)
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap3-igep0020.dts

index 51c084eeb7bddc486bf5eb97b77446c2537c31d0..eedf0d8b42d5c7d319b470a00b2dd44e671945ed 100644 (file)
                        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>;
                };