[U-Boot] [RFC 4/4] env: sunxi: Switch by default to the transition environment code

Maxime Ripard maxime.ripard at free-electrons.com
Wed Oct 25 12:26:01 UTC 2017


Now that we have some code to smoothly transition from a raw environment to
a file, make that the default.

Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
 env/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/env/Kconfig b/env/Kconfig
index fdd68fdfbdb6..95ab988552bb 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -2,7 +2,7 @@ menu "Environment"
 
 choice
 	prompt "Select the location of the environment"
-	default ENV_IS_IN_MMC if ARCH_SUNXI
+	default ENV_IS_SUNXI_TRANSITION if ARCH_SUNXI
 	default ENV_IS_IN_MMC if ARCH_EXYNOS4
 	default ENV_IS_IN_MMC if MX6SX || MX7D
 	default ENV_IS_IN_MMC if TEGRA30 || TEGRA124
-- 
2.14.2



More information about the U-Boot mailing list