u-boot-brain/arch
Simon Glass c1c3fe2307 env: Convert CONFIG_ENV_IS_IN... to a choice
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: Simon Glass <sjg@chromium.org>
[trini: Move all of the imply logic to default X if Y so it works again]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-08-15 20:50:01 -04:00
..
arc arc: Add support for HS Development Kit board 2017-06-29 19:34:10 +03:00
arm env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
m68k env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
microblaze spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
mips env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
nds32 nds32: Remove include files from common.h 2017-06-05 11:02:36 -04:00
nios2 fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
powerpc env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
sandbox sandbox: remove os_putc() and os_puts() 2017-07-28 12:02:47 -06:00
sh env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
x86 env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
xtensa board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
.gitignore .gitignore: drop include/asm/proc from ignore pattern 2014-06-19 11:18:54 -04:00
Kconfig Convert CONFIG_CMD_ZBOOT to Kconfig 2017-08-11 17:44:53 -04:00