diff options
author | Michal Simek | 2021-02-24 10:44:20 +0100 |
---|---|---|
committer | Michal Simek | 2021-04-23 08:43:47 +0200 |
commit | 4274dc39478b2a28ce01d83233056a550a0f8a96 (patch) | |
tree | faf55bfe6d2a45c1bc5b67742aaff71fe6e50092 /configs/microblaze-generic_defconfig | |
parent | 4fb83c9c2b2659b9493e271542c1c4568f97380c (diff) |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 761cc65cbfa..245763b4087 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 |