ACRH17.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts
  2. +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts
  3. @@ -225,38 +225,13 @@
  4. #size-cells = <1>;
  5. partition@0 {
  6. - label = "SBL1";
  7. - reg = <0x00000000 0x00080000>;
  8. - read-only;
  9. - };
  10. - partition@80000 {
  11. - label = "MIBIB";
  12. - reg = <0x00080000 0x00080000>;
  13. - read-only;
  14. - };
  15. - partition@100000 {
  16. - label = "QSEE";
  17. - reg = <0x00100000 0x00100000>;
  18. - read-only;
  19. - };
  20. - partition@200000 {
  21. - label = "CDT";
  22. - reg = <0x00200000 0x00080000>;
  23. - read-only;
  24. - };
  25. - partition@280000 {
  26. - label = "APPSBL";
  27. - reg = <0x00280000 0x00140000>;
  28. - read-only;
  29. - };
  30. - partition@3C0000 {
  31. - label = "APPSBLENV";
  32. - reg = <0x003C0000 0x00040000>;
  33. + label = "Bootloader";
  34. + reg = <0x000000000000 0x000000400000>;
  35. read-only;
  36. };
  37. partition@400000 {
  38. - label = "ubi";
  39. - reg = <0x00400000 0x07C00000>;
  40. + label = "UBI_DEV";
  41. + reg = <0x000000400000 0x000007C00000>;
  42. };
  43. };
  44. };