]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: am335x-phycore-som: Remove partition tables
authorTeresa Remmet <t.remmet@phytec.de>
Mon, 9 Jan 2017 08:37:30 +0000 (09:37 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 12 Jan 2017 22:28:03 +0000 (14:28 -0800)
As the bootloader passes the NAND and the SPI flash partition tables
there is no need to keep them in the kernel device tree.
Removed them.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-phycore-som.dtsi

index 25f5449d152062cd0ab8e2b99aa8d46bcba379b7..14533ff6d0add3dd061bee2920d1edbc978d579e 100644 (file)
 
                #address-cells = <1>;
                #size-cells = <1>;
-
-               partition@0 {
-                       label = "xload";
-                       reg = <0x0 0x20000>;
-               };
-               partition@1 {
-                       label = "xload_backup1";
-                       reg = <0x20000 0x20000>;
-               };
-               partition@2 {
-                       label = "xload_backup2";
-                       reg = <0x40000 0x20000>;
-               };
-               partition@3 {
-                       label = "xload_backup3";
-                       reg = <0x60000 0x20000>;
-               };
-               partition@4 {
-                       label = "barebox";
-                       reg = <0x80000 0x80000>;
-               };
-               partition@5 {
-                       label = "bareboxenv";
-                       reg = <0x100000 0x40000>;
-               };
-               partition@6 {
-                       label = "oftree";
-                       reg = <0x140000 0x40000>;
-               };
-               partition@7 {
-                       label = "kernel";
-                       reg = <0x180000 0x800000>;
-               };
-               partition@8 {
-                       label = "root";
-                       reg = <0x980000 0x0>;
-               };
        };
 };
 
                status = "disabled";
                #address-cells = <1>;
                #size-cells = <1>;
-
-               partition@0 {
-                       label = "xload";
-                       reg = <0x0 0x20000>;
-               };
-               partition@1 {
-                       label = "barebox";
-                       reg = <0x20000 0x80000>;
-               };
-               partition@2 {
-                       label = "bareboxenv";
-                       reg = <0xa0000 0x20000>;
-               };
-               partition@3 {
-                       label = "oftree";
-                       reg = <0xc0000 0x20000>;
-               };
-               partition@4 {
-                       label = "kernel";
-                       reg = <0xe0000 0x0>;
-               };
        };
 };