03-4a-breed-fix.patch 948 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --- a/target/linux/ramips/dts/mt7621_xiaomi_mi-router-4a-common.dtsi
  2. +++ b/target/linux/ramips/dts/mt7621_xiaomi_mi-router-4a-common.dtsi
  3. @@ -54,40 +54,16 @@
  4. read-only;
  5. };
  6. - partition@40000 {
  7. - label = "Bdata";
  8. - reg = <0x40000 0x10000>;
  9. - read-only;
  10. - };
  11. -
  12. - factory: partition@50000 {
  13. + factory: partition@40000 {
  14. label = "factory";
  15. - reg = <0x50000 0x10000>;
  16. - read-only;
  17. - };
  18. -
  19. - partition@60000 {
  20. - label = "crash";
  21. - reg = <0x60000 0x10000>;
  22. - read-only;
  23. - };
  24. -
  25. - partition@70000 {
  26. - label = "cfg_bak";
  27. - reg = <0x70000 0x10000>;
  28. - read-only;
  29. - };
  30. -
  31. - partition@80000 {
  32. - label = "overlay";
  33. - reg = <0x80000 0x100000>;
  34. + reg = <0x40000 0x10000>;
  35. read-only;
  36. };
  37. - firmware: partition@180000 {
  38. + partition@50000 {
  39. compatible = "denx,uimage";
  40. label = "firmware";
  41. - reg = <0x180000 0xe80000>;
  42. + reg = <0x50000 0xfb0000>;
  43. };
  44. };
  45. };