projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3fddf
)
ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 13 Oct 2017 10:21:50 +0000
(19:21 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 15 Oct 2017 13:32:24 +0000
(22:32 +0900)
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>
env/Kconfig
patch
|
blob
|
history
diff --git
a/env/Kconfig
b/env/Kconfig
index 024d4d79bd49117694f0093362cdf5d45cfc4321..20516a5ff3937d6edc65539927885a512f2447ff 100644
(file)
--- 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