summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>2021-02-23 18:07:46 +0300
committerMichal Simek <michal.simek@xilinx.com>2021-04-23 09:43:25 +0300
commit4fb83c9c2b2659b9493e271542c1c4568f97380c (patch)
tree54d38fa1a6a99d36772b36c273336b9f24d8b3c6 /env
parentcd08513b051890e6e426d902570a07467b6d2318 (diff)
downloadu-boot-4fb83c9c2b2659b9493e271542c1c4568f97380c.tar.xz
xilinx: versal: Add support for saving env based on bootmode
Enable saving variables to MMC(FAT) and SPI based on primary bootmode. If bootmode is JTAG, dont save env anywhere(NOWHERE). Enable ENV_FAT_DEVICE_AND_PART="0:auto" for Versal platforms as well. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 84e9fb1f8a..1b7906cf72 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -445,7 +445,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_ZYNQ || ARCH_ZYNQMP
+ default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL
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