mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
env: kconfig: Add default option for ARCH_ZYNQ
Zynq is similar to ZynqMP u-boot feature wise that's why also enable default option for ENV_FAT_DEVICE_AND_PART Kconfig entry. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8c40e07aab
commit
7fa8d5e0ee
1 changed files with 1 additions and 1 deletions
2
env/Kconfig
vendored
2
env/Kconfig
vendored
|
@ -422,7 +422,7 @@ config ENV_FAT_DEVICE_AND_PART
|
|||
string "Device and partition for where to store the environemt in FAT"
|
||||
depends on ENV_IS_IN_FAT
|
||||
default "0:1" if TI_COMMON_CMD_OPTIONS
|
||||
default "0:auto" if ARCH_ZYNQMP
|
||||
default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP
|
||||
default "0:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA = -1
|
||||
default "1:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA != -1
|
||||
default "0" if ARCH_AT91
|
||||
|
|
Loading…
Reference in a new issue