diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-13 19:21:50 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-15 22:32:24 +0900 |
commit | 83ee44ab9ece0980c1e75260a4185f635cc98ca9 (patch) | |
tree | e2c0de7e79014951d49badb5330782828019a68c /env/Kconfig | |
parent | fe3fddfad71aa228eedcc78a58b34d056724b2c9 (diff) | |
download | u-boot-83ee44ab9ece0980c1e75260a4185f635cc98ca9.tar.gz |
ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
The non-volatile storage varies board by board. The default should
be NOWHERE. Please choose a proper device via Kconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index 024d4d79bd..20516a5ff3 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -3,7 +3,6 @@ menu "Environment" choice prompt "Select the location of the environment" default ENV_IS_IN_MMC if ARCH_SUNXI - default ENV_IS_IN_MMC if ARCH_UNIPHIER default ENV_IS_IN_MMC if ARCH_EXYNOS4 default ENV_IS_IN_MMC if MX6SX || MX7D default ENV_IS_IN_MMC if TEGRA30 || TEGRA124 |