summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-09-03 17:04:01 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:07 +0200
commit6f6b2798feb15724d4aeb3e34a719c6faea02df0 (patch)
tree43e332eb41e1e9efe49c08d53d4f41d0a95cf2a4 /configs
parent62ea8b358e1d0e0c4e257f532fe553606e7e48d6 (diff)
defconfig: add overlays support for iMX8-based SoMs
There is no "apply" command enabled for "fdt". Enable "apply" command to make overlays able to be applied. Related-to: ELB-2907 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/apalis-imx8_defconfig1
-rw-r--r--configs/apalis-imx8x_defconfig2
-rw-r--r--configs/colibri-imx8x_defconfig2
3 files changed, 5 insertions, 0 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index c36ea65bf2..4b4b7d2c2d 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -101,3 +101,4 @@ CONFIG_CI_UDC=y
CONFIG_USB_PORT_AUTO=y
CONFIG_DM_VIDEO=y
CONFIG_VIDEO_IMX_HDP_LOAD=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/configs/apalis-imx8x_defconfig b/configs/apalis-imx8x_defconfig
index 599b56c39b..a4c56a1a8c 100644
--- a/configs/apalis-imx8x_defconfig
+++ b/configs/apalis-imx8x_defconfig
@@ -22,6 +22,7 @@ CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_CMD_CPU=y
# CONFIG_BOOTM_NETBSD is not set
CONFIG_CMD_ASKENV=y
+CONFIG_CMD_IMPORTENV=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_CLK=y
CONFIG_CMD_DM=y
@@ -101,4 +102,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CI_UDC=y
CONFIG_SDP_LOADADDR=0x80400000
CONFIG_PANIC_HANG=y
+CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index b14127a78d..7cdc2e8192 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -23,6 +23,7 @@ CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_CMD_CPU=y
# CONFIG_BOOTM_NETBSD is not set
CONFIG_CMD_ASKENV=y
+CONFIG_CMD_IMPORTENV=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_CLK=y
CONFIG_CMD_DM=y
@@ -102,4 +103,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CI_UDC=y
CONFIG_SDP_LOADADDR=0x80400000
CONFIG_PANIC_HANG=y
+CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set