001-kilauea_openwrt_flashmap.patch 774 B

123456789101112131415161718192021222324252627
  1. Index: linux-2.6.24.7/arch/powerpc/boot/dts/kilauea.dts
  2. ===================================================================
  3. --- linux-2.6.24.7.orig/arch/powerpc/boot/dts/kilauea.dts
  4. +++ linux-2.6.24.7/arch/powerpc/boot/dts/kilauea.dts
  5. @@ -138,15 +138,15 @@
  6. #size-cells = <1>;
  7. partition@0 {
  8. label = "kernel";
  9. - reg = <0 200000>;
  10. + reg = <0 1e0000>;
  11. };
  12. - partition@200000 {
  13. - label = "root";
  14. - reg = <200000 200000>;
  15. + partition@1e0000 {
  16. + label = "device-tree";
  17. + reg = <1e0000 20000>;
  18. };
  19. - partition@400000 {
  20. - label = "user";
  21. - reg = <400000 3b60000>;
  22. + partition@200000 {
  23. + label = "rootfs";
  24. + reg = <200000 3d60000>;
  25. };
  26. partition@3f60000 {
  27. label = "env";