1. 30 5月, 2018 2 次提交
  2. 18 5月, 2018 1 次提交
  3. 11 5月, 2018 2 次提交
  4. 17 4月, 2018 1 次提交
    • A
      part: Disable CONFIG_SPL_ISO_PARTITION by default · 4f67b93f
      Alexander Graf 提交于
      We enabled CONFIG_ISO_PARTITION by default for distro boot, so that U-Boot
      could load distro images that usually get shipped as iso images. These images
      usually come with a board agnostic boot environment.
      
      However, there is very little point in having ISO support enabled (for anyone
      really) in SPL, as the whole idea of SPL is to load U-Boot proper which again
      is board specific. So the fact that we enable ISO support in U-Boot proper does
      not mean at all that we want ISO support in U-Boot SPL.
      
      Hence, let's remove the Kconfig dependency. Along the way, let's also clean up
      all those default configs that disabled SPL ISO support.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      4f67b93f
  5. 09 4月, 2018 4 次提交
  6. 23 3月, 2018 2 次提交
  7. 01 3月, 2018 3 次提交
  8. 02 2月, 2018 1 次提交
  9. 30 1月, 2018 1 次提交
  10. 18 12月, 2017 2 次提交
  11. 15 12月, 2017 5 次提交
  12. 13 12月, 2017 1 次提交
  13. 28 11月, 2017 2 次提交
  14. 17 10月, 2017 1 次提交
  15. 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
  16. 04 10月, 2017 1 次提交
  17. 02 9月, 2017 1 次提交
  18. 28 8月, 2017 1 次提交
  19. 15 8月, 2017 1 次提交
  20. 12 8月, 2017 2 次提交
  21. 11 8月, 2017 1 次提交
  22. 09 8月, 2017 1 次提交
  23. 26 7月, 2017 1 次提交
  24. 12 7月, 2017 1 次提交
  25. 19 6月, 2017 1 次提交