130-ib62x0.patch 648 B

123456789101112131415161718192021
  1. --- a/include/configs/ib62x0.h
  2. +++ b/include/configs/ib62x0.h
  3. @@ -92,7 +92,8 @@
  4. "mtdparts=orion_nand:" \
  5. "0xe0000@0x0(uboot)," \
  6. "0x20000@0xe0000(uboot_env)," \
  7. - "-@0x100000(root)\0"
  8. + "0x100000@0x100000(second_stage_uboot)," \
  9. + "-@0x200000(root)\0"
  10. #define CONFIG_EXTRA_ENV_SETTINGS \
  11. "console=console=ttyS0,115200\0" \
  12. @@ -100,7 +101,7 @@
  13. "mtdparts="CONFIG_MTDPARTS \
  14. "kernel=/boot/zImage\0" \
  15. "fdt=/boot/ib62x0.dtb\0" \
  16. - "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
  17. + "bootargs_root=ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw\0"
  18. /*
  19. * Ethernet driver configuration