aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-10-30 16:55:02 +0200
committerStefano Babic <sbabic@denx.de>2020-11-01 15:50:58 +0100
commit33d1e52a5d42772342d971d7743b1d2cb0f5e993 (patch)
tree69cd3fcb26bf7c2b5231fc642d1b1c6e2b7f6bcb
parent9a1b96f1d8b69dc004458603aea2e807d1a6cf19 (diff)
downloadu-boot-33d1e52a5d42772342d971d7743b1d2cb0f5e993.tar.gz
verdin-imx8mm: enable fdt overlays and env importing
Enable CONFIG_CMD_IMPORTENV and CONFIG_OF_LIBFDT_OVERLAY needed for booting regular Toradex BSP images. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--configs/verdin-imx8mm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index 7ebfd6792f..531d566fec 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -41,7 +41,6 @@ CONFIG_SYS_PROMPT="Verdin iMX8MM # "
# CONFIG_BOOTM_NETBSD is not set
CONFIG_CMD_ASKENV=y
# CONFIG_CMD_EXPORTENV is not set
-# CONFIG_CMD_IMPORTENV is not set
# CONFIG_CMD_CRC32 is not set
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_MEMTEST_START=0x40000000
@@ -103,3 +102,4 @@ CONFIG_SYSRESET_PSCI=y
CONFIG_SYSRESET_WATCHDOG=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_WATCHDOG=y
+CONFIG_OF_LIBFDT_OVERLAY=y