diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/red-15w-rev1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/red-15w-rev1.dts index 19bb8023ed..ac7209bd51 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/red-15w-rev1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/red-15w-rev1.dts @@ -165,23 +165,19 @@ read-only; }; + partition@300000 { + reg = <0x300000 0x800000>; + label = "kernel"; + }; + + partition@b00000 { + reg = <0xb00000 0x7500000>; + label = "ubi"; + }; + oem-partition@300000 { reg = <0x300000 0x1900000>; label = "sophos-os1"; - - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - reg = <0x0 0x800000>; - label = "kernel"; - }; - - partition@800000 { - reg = <0x800000 0x7500000>; - label = "ubi"; - }; }; oem-partition@1c00000 {