123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-cm520-79f.dts
- +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-cm520-79f.dts
- @@ -9,6 +9,10 @@
- model = "MobiPromo CM520-79F";
- compatible = "mobipromo,cm520-79f";
-
- + chosen {
- + bootargs-append = " ubi.block=0,1 root=/dev/ubiblock0_1";
- + };
- +
- aliases {
- led-boot = &led_sys;
- led-failsafe = &led_sys;
- @@ -218,65 +222,8 @@
- #size-cells = <1>;
-
- partition@0 {
- - label = "SBL1";
- - reg = <0x0 0x100000>;
- - read-only;
- - };
- -
- - partition@100000 {
- - label = "MIBIB";
- - reg = <0x100000 0x100000>;
- - read-only;
- - };
- -
- - partition@200000 {
- - label = "BOOTCONFIG";
- - reg = <0x200000 0x100000>;
- - };
- -
- - partition@300000 {
- - label = "QSEE";
- - reg = <0x300000 0x100000>;
- - read-only;
- - };
- -
- - partition@400000 {
- - label = "QSEE_1";
- - reg = <0x400000 0x100000>;
- - read-only;
- - };
- -
- - partition@500000 {
- - label = "CDT";
- - reg = <0x500000 0x80000>;
- - read-only;
- - };
- -
- - partition@580000 {
- - label = "CDT_1";
- - reg = <0x580000 0x80000>;
- - read-only;
- - };
- -
- - partition@600000 {
- - label = "BOOTCONFIG1";
- - reg = <0x600000 0x80000>;
- - };
- -
- - partition@680000 {
- - label = "APPSBLENV";
- - reg = <0x680000 0x80000>;
- - };
- -
- - partition@700000 {
- - label = "APPSBL";
- - reg = <0x700000 0x200000>;
- - read-only;
- - };
- -
- - partition@900000 {
- - label = "APPSBL_1";
- - reg = <0x900000 0x200000>;
- + label = "Bootloader";
- + reg = <0x0 0xb00000>;
- read-only;
- };
-
- @@ -306,7 +253,7 @@
- };
-
- partition@b80000 {
- - label = "ubi";
- + label = "rootfs";
- reg = <0xb80000 0x7480000>;
- };
- };
|