summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-04-27 14:30:02 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-12 20:38:58 +0300
commit1aabd391a32c1050407d0744bf9b0dc973da5dca (patch)
treeefbda1433e9121ca54d9dbbe3d02942e9101881d
parent1cb1d715fbe38774a9362a1efaefbc4a8d97a66e (diff)
apalis-imx6: empty default environment
Use the empty file as a source of default environment. It fixes the issue with merging default environment and environment from other configured media, say, eMMC. Related-to: TEI-775 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--configs/apalis_imx6_tezi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/apalis_imx6_tezi_defconfig b/configs/apalis_imx6_tezi_defconfig
index 75d1d3e937..0dc8eee055 100644
--- a/configs/apalis_imx6_tezi_defconfig
+++ b/configs/apalis_imx6_tezi_defconfig
@@ -62,6 +62,8 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6-apalis"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_USE_DEFAULT_ENV_FILE=y
+CONFIG_DEFAULT_ENV_FILE="emptyenv.h"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_IP_DEFRAG=y
CONFIG_TFTP_BLOCKSIZE=4096