Commit 83ee44ab9ece0980c1e75260a4185f635cc98ca9

Authored by Masahiro Yamada
1 parent fe3fddfad7

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -3,7 +3,6 @@
3 3 choice
4 4 prompt "Select the location of the environment"
5 5 default ENV_IS_IN_MMC if ARCH_SUNXI
6   - default ENV_IS_IN_MMC if ARCH_UNIPHIER
7 6 default ENV_IS_IN_MMC if ARCH_EXYNOS4
8 7 default ENV_IS_IN_MMC if MX6SX || MX7D
9 8 default ENV_IS_IN_MMC if TEGRA30 || TEGRA124