130-iconnect.patch 790 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --- a/arch/arm/boot/dts/kirkwood-iconnect.dts
  2. +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
  3. @@ -155,28 +155,23 @@
  4. status = "okay";
  5. partition@0 {
  6. - label = "uboot";
  7. - reg = <0x0000000 0xc0000>;
  8. + label = "u-boot";
  9. + reg = <0x0000000 0xe0000>;
  10. };
  11. - partition@a0000 {
  12. - label = "env";
  13. - reg = <0xa0000 0x20000>;
  14. + partition@e0000 {
  15. + label = "u-boot environment";
  16. + reg = <0xe0000 0x100000>;
  17. };
  18. partition@100000 {
  19. - label = "zImage";
  20. - reg = <0x100000 0x300000>;
  21. + label = "second stage u-boot";
  22. + reg = <0x100000 0x200000>;
  23. };
  24. - partition@540000 {
  25. - label = "initrd";
  26. - reg = <0x540000 0x300000>;
  27. - };
  28. -
  29. - partition@980000 {
  30. - label = "boot";
  31. - reg = <0x980000 0x1f400000>;
  32. + partition@200000 {
  33. + label = "ubi";
  34. + reg = <0x200000 0x1fe00000>;
  35. };
  36. };