u-boot-brain/arch/arm/mach-exynos
Simon Glass 2be296538e Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
This converts the following to Kconfig:
   CONFIG_ENV_IS_IN_MMC
   CONFIG_ENV_IS_IN_NAND
   CONFIG_ENV_IS_IN_UBI
   CONFIG_ENV_IS_NOWHERE

In fact this already exists for sunxi as a 'choice' config. However not
all the choices are available in Kconfig yet so we cannot use that. It
would lead to more than one option being set.

In addition, one purpose of this series is to allow the environment to be
stored in more than one place. So the existing choice is converted to a
normal config allowing each option to be set independently.

There are not many opportunities for Kconfig updates to reduce the size of
this patch. This was tested with

   ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC

And then manual updates.  This is because for CHAIN_OF_TRUST boards they
can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
now.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-07-25 21:08:01 -04:00
..
include/mach ARM: Rework and correct barrier definitions 2016-08-05 07:23:57 -04:00
clock_init_exynos4.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
clock_init_exynos5.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
clock_init.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
clock.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
common_setup.h Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
config.mk ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
dmc_common.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
dmc_init_ddr3.c Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
dmc_init_exynos4.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
exynos4_setup.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
exynos5_setup.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
Kconfig Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
lowlevel_init.c ARM: exynos: Fix build error if SERIAL is disabled in SPL 2016-05-26 12:55:49 +09:00
Makefile arm: exynos: add support for Exynos7420 SoC 2016-05-25 10:00:19 +09:00
mmu-arm64.c armv8: mmu: Add support of non-identical mapping 2016-07-15 09:01:43 -07:00
pinmux.c exynos: Allow PWM0 pinmux to be set up 2016-05-25 13:25:18 +09:00
power.c exynos: Simplify calling of exynos_dp_phy_ctrl() 2016-05-25 13:25:18 +09:00
sec_boot.S Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
soc.c arm: exynos7420: remove custome low level init function 2016-11-22 11:40:24 -08:00
spl_boot.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
system.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
tzpc.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00