This CONFIG_ENV_DEFAULT_NOWHERE config must be enabled for USB download
when we implemented the override function to select env storage medium.
To avoid adding it to every imx8mn defconfig, enable the config as default
on imx8mn.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit
3f94cf98113af6c31e146afcf394f34ff4d2bc00)
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8mn-ddr4-evk"
CONFIG_DEFAULT_FDT_FILE="fsl-imx8mn-ddr4-evk.dtb"
CONFIG_ENV_IS_IN_MMC=y
-CONFIG_ENV_DEFAULT_NOWHERE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_CMD_SF=y
CONFIG_CMD_I2C=y
config ENV_DEFAULT_NOWHERE
depends on !ENV_IS_NOWHERE
+ default y if IMX8MN
bool "Environment is not stored if no matched location"
help
Define this when multiple ENV locations are defined and use nowhere as