summaryrefslogtreecommitdiff
path: root/configs/imx8ulp_evk_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-07 22:59:38 -0500
committerTom Rini <trini@konsulko.com>2021-11-12 14:18:17 -0500
commit27480e0a9fca90319237fef08cb6be4663199b38 (patch)
treef6b3c209e6451370813020ec3da728481fd3114c /configs/imx8ulp_evk_defconfig
parent1ed68f920439a85f708652bf4a150bf775875dda (diff)
Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_SPI_FLASH CONFIG_ENV_IS_NOWHERE CONFIG_ENV_OFFSET CONFIG_ENV_OVERWRITE CONFIG_ENV_SECT_SIZE CONFIG_SYS_MMC_ENV_DEV CONFIG_SYS_MMC_ENV_PART Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx8ulp_evk_defconfig')
-rw-r--r--configs/imx8ulp_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig
index b8f18c0a06..129931f4c3 100644
--- a/configs/imx8ulp_evk_defconfig
+++ b/configs/imx8ulp_evk_defconfig
@@ -41,6 +41,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_SPL_OF_CONTROL=y
+CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_NET_RANDOM_ETHADDR=y