1. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  2. 28 8月, 2017 1 次提交
  3. 15 8月, 2017 1 次提交
  4. 12 8月, 2017 1 次提交
  5. 08 8月, 2017 2 次提交
  6. 03 8月, 2017 1 次提交
  7. 26 7月, 2017 1 次提交
  8. 16 5月, 2017 1 次提交
  9. 08 4月, 2017 1 次提交
  10. 20 3月, 2017 1 次提交
  11. 10 9月, 2016 2 次提交
  12. 09 9月, 2016 1 次提交
  13. 17 8月, 2016 2 次提交
  14. 10 6月, 2016 1 次提交
  15. 26 4月, 2016 2 次提交
  16. 15 3月, 2016 1 次提交
  17. 25 11月, 2015 1 次提交
  18. 28 9月, 2015 1 次提交
  19. 02 7月, 2015 1 次提交
  20. 26 6月, 2015 2 次提交
  21. 01 6月, 2015 1 次提交
  22. 19 4月, 2015 1 次提交
  23. 25 2月, 2015 2 次提交
  24. 13 2月, 2015 1 次提交
  25. 10 11月, 2014 1 次提交