summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2020-02-25 15:50:33 +0100
committerMichal Simek <[email protected]>2020-04-06 12:52:45 +0200
commit8d78211856fba41bde19831a35322527f09f8887 (patch)
treeb827f5cc7058c7a8cee03b1215097bb29afe1eaa
parentf7375aff959d9d04bcbd2ac7443e62c450716b43 (diff)
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 <[email protected]>
-rw-r--r--env/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 2d972a5d4f3..8ab7be11c5b 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.