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 <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

