summaryrefslogtreecommitdiff
path: root/configs/microblaze-generic_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-02-24 12:44:20 +0300
committerMichal Simek <michal.simek@xilinx.com>2021-04-23 09:43:47 +0300
commit4274dc39478b2a28ce01d83233056a550a0f8a96 (patch)
treefaf55bfe6d2a45c1bc5b67742aaff71fe6e50092 /configs/microblaze-generic_defconfig
parent4fb83c9c2b2659b9493e271542c1c4568f97380c (diff)
downloadu-boot-4274dc39478b2a28ce01d83233056a550a0f8a96.tar.xz
xilinx: Enable redundant variable handling
Enable this feature by default to be able to work with env import/export commands which are done in this slightly changed variable format (There is addtional flag fields in variable file which is changing CRC calculation). Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r--configs/microblaze-generic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 761cc65cbf..245763b408 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -40,6 +40,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_JFFS2=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_EMBED=y
+CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_NETCONSOLE=y
CONFIG_SPL_DM=y