From: Michal Simek Date: Tue, 25 Feb 2020 14:50:33 +0000 (+0100) Subject: env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE X-Git-Tag: v2020.07-rc1~41^2~4^2~21 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=8d78211856fba41bde19831a35322527f09f8887 env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE All configs are using mmc as default fat interface. That's why make it default for everybody. The reason for this patch is to make it default for Xilinx Zynq platform which is not listed there. Signed-off-by: Michal Simek --- diff --git a/env/Kconfig b/env/Kconfig index 2d972a5d4f..8ab7be11c5 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -404,8 +404,7 @@ config SYS_REDUNDAND_ENVIRONMENT config ENV_FAT_INTERFACE string "Name of the block device for the environment" depends on ENV_IS_IN_FAT - default "mmc" if ARCH_SUNXI - default "mmc" if TI_COMMON_CMD_OPTIONS || ARCH_ZYNQMP || ARCH_AT91 + default "mmc" help Define this to a string that is the name of the block device.