1. 27 12月, 2017 1 次提交
  2. 13 12月, 2017 2 次提交
  3. 16 8月, 2017 1 次提交
    • S
      env: Convert CONFIG_ENV_IS_IN... to a choice · c1c3fe23
      Simon Glass 提交于
      At present we support multiple environment drivers but there is not way to
      select between them at run time. Also settings related to the position and
      size of the environment area are global (i.e. apply to all locations).
      
      Until these limitations are removed we cannot really support more than one
      environment location. Adjust the location to be a choice so that only one
      can be selected. By default the environment is 'nowhere', meaning that the
      environment exists only in memory and cannot be saved.
      
      Also expand the help for the 'nowhere' option and move it to the top since
      it is the default.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      [trini: Move all of the imply logic to default X if Y so it works again]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c1c3fe23
  4. 12 8月, 2017 2 次提交
  5. 01 8月, 2017 1 次提交
  6. 26 7月, 2017 1 次提交
  7. 25 7月, 2017 1 次提交
  8. 12 7月, 2017 2 次提交
  9. 13 6月, 2017 1 次提交
  10. 22 5月, 2017 2 次提交
  11. 01 5月, 2017 2 次提交
  12. 04 2月, 2017 4 次提交
  13. 26 1月, 2017 1 次提交
  14. 25 1月, 2017 2 次提交
  15. 24 1月, 2017 1 次提交
  16. 05 1月, 2017 13 次提交
  17. 03 12月, 2016 3 次提交