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/cl-som-imx7_defconfig | |
parent | d282a1db6aead313649ad7be6d3ff0fb68fca4ef (diff) | |
download | u-boot-fb69464eae1ec5aed2ee0e3a9e5533a31ad38bac.tar.gz u-boot-fb69464eae1ec5aed2ee0e3a9e5533a31ad38bac.tar.bz2 u-boot-fb69464eae1ec5aed2ee0e3a9e5533a31ad38bac.zip |
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/cl-som-imx7_defconfig')
-rw-r--r-- | configs/cl-som-imx7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig index d37c82cafa..0c93159032 100644 --- a/configs/cl-som-imx7_defconfig +++ b/configs/cl-som-imx7_defconfig @@ -41,6 +41,7 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +# CONFIG_ENV_IS_IN_MMC is not set CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y |