Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. iff --git a/include/configs/hd9305r1.h b/include/configs/hd9305r1.h
  2. index 0571d32..3372721 100644
  3. --- a/include/configs/hd9305r1.h
  4. +++ b/include/configs/hd9305r1.h
  5. @@ -227,7 +227,6 @@
  6. /*-----------------------------------------------------------------------
  7. * Miscellaneous configurable options
  8. */
  9. -
  10. #define CFG_HUSH_PARSER1
  11. #define CONFIG_AUTO_COMPLETE1
  12. #define CFG_LONGHELP1/* undef to save memory*/
  13. @@ -312,14 +311,14 @@
  14. "512k(u-boot)"/* first partition */\
  15. ",128k(environment)"\
  16. ",4M(kernel)"\
  17. -",-(rootfs)"/* last partition */
  18. +",120M(rootfs)"/* last partition */
  19. #else
  20. #define MTDPARTS_NAND\
  21. "stm-nand-afm.0:"/* NAND flash device */\
  22. "256k(u-boot)"/* first partition */\
  23. ",128k(environment)"\
  24. ",4M(kernel)"\
  25. -",-(rootfs)"/* last partition */
  26. +",120M(rootfs)"/* last partition */
  27. #endif
  28. /*
  29. * Currently, there are 2 main modes to read/write from/to
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement