diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2018-01-23 21:17:01 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-27 09:23:22 -0500 |
commit | fb69464eae1ec5aed2ee0e3a9e5533a31ad38bac (patch) | |
tree | 2644d5ac2c1e497a38ecaf4316fbc58a15dd28b0 /configs/microblaze-generic_defconfig | |
parent | d282a1db6aead313649ad7be6d3ff0fb68fca4ef (diff) | |
download | u-boot-fb69464eae1ec5aed2ee0e3a9e5533a31ad38bac.tar.gz |
env: Allow to build multiple environments in Kconfig
Now that we have everything in place in the code, let's allow to build
multiple environments backend through Kconfig.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 5254c0da79..cc80e8a027 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -40,7 +40,6 @@ CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y -CONFIG_ENV_IS_IN_FLASH=y CONFIG_NETCONSOLE=y CONFIG_SPL_DM=y CONFIG_MTD_NOR_FLASH=y |