ARM: dts: omap3-igep: Remove NAND partition table
authorLadislav Michl <ladis@linux-mips.org>
Mon, 9 Jan 2017 13:05:54 +0000 (14:05 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 12 Jan 2017 23:07:08 +0000 (15:07 -0800)
FDT harcoded partition table does not match that one in historical
TI's 2.6.37 kernel and non legacy kernels even use different ECC scheme,
yet noone complained, so remove it altogether.
Also, UBI volumes instead of partitions are used since u-boot-2016.09.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-igep.dtsi

index 54c4c07bbe4a366887a8541e37d8fe45439705ff..e268efde6c6d36f68ac1a8e5f71a1c0c406b3aff 100644 (file)
 
                #address-cells = <1>;
                #size-cells = <1>;
-
-               partition@0 {
-                       label = "SPL";
-                       reg = <0 0x100000>;
-               };
-               partition@80000 {
-                       label = "U-Boot";
-                       reg = <0x100000 0x180000>;
-               };
-               partition@1c0000 {
-                       label = "Environment";
-                       reg = <0x280000 0x100000>;
-               };
-               partition@280000 {
-                       label = "Kernel";
-                       reg = <0x380000 0x300000>;
-               };
-               partition@780000 {
-                       label = "Filesystem";
-                       reg = <0x680000 0x1f980000>;
-               };
        };
 };