summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-05 11:20:50 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-12 20:38:58 +0300
commit3e31ffee95704c1e23f0c109f6b0809e88bc4a39 (patch)
tree371b2613e21859cef548c98d2b3cea79282e42d1 /configs
parente0988b5e2b2dba58046c7b5d90a08b9e701bd0cf (diff)
colibri-imx6ull: 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>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri-imx6ull_tezi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/colibri-imx6ull_tezi_defconfig b/configs/colibri-imx6ull_tezi_defconfig
index 7088905a1c..0a8d3ad8ca 100644
--- a/configs/colibri-imx6ull_tezi_defconfig
+++ b/configs/colibri-imx6ull_tezi_defconfig
@@ -55,6 +55,8 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6ull-colibri"
CONFIG_ENV_IS_IN_NAND=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=16352