003-canyonlands_openwrt_flashmap.patch 818 B

12345678910111213141516171819202122232425262728293031
  1. --- a/arch/powerpc/boot/dts/canyonlands.dts
  2. +++ b/arch/powerpc/boot/dts/canyonlands.dts
  3. @@ -155,24 +155,12 @@
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. partition@0 {
  7. - label = "kernel";
  8. - reg = <0x00000000 0x001e0000>;
  9. - };
  10. - partition@1e0000 {
  11. - label = "dtb";
  12. - reg = <0x001e0000 0x00020000>;
  13. + label = "kernel+dtb";
  14. + reg = <0x00000000 0x00200000>;
  15. };
  16. partition@200000 {
  17. - label = "ramdisk";
  18. - reg = <0x00200000 0x01400000>;
  19. - };
  20. - partition@1600000 {
  21. - label = "jffs2";
  22. - reg = <0x01600000 0x00400000>;
  23. - };
  24. - partition@1a00000 {
  25. - label = "user";
  26. - reg = <0x01a00000 0x02560000>;
  27. + label = "rootfs";
  28. + reg = <0x00200000 0x03d60000>;
  29. };
  30. partition@3f60000 {
  31. label = "env";