mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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 <michal.simek@xilinx.com>
This commit is contained in:
parent
f7375aff95
commit
8d78211856
1 changed files with 1 additions and 2 deletions
3
env/Kconfig
vendored
3
env/Kconfig
vendored
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue