From: Michal Simek Date: Mon, 24 Aug 2020 11:35:53 +0000 (+0200) Subject: env: kconfig: Add default option for ARCH_ZYNQ X-Git-Tag: v2025.01-rc5-pxa1908~2192^2~11^2~35 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=7fa8d5e0eecce91e564c863afda6318d4527f75b;p=u-boot.git 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 --- diff --git a/env/Kconfig b/env/Kconfig index b59ba310ec..f3a9925f58 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -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