diff options
| author | Tim Harvey <[email protected]> | 2022-04-13 09:05:04 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-21 12:44:24 +0200 |
| commit | 7a2ff55d875b981fb21db4ccb14fac04e9e5af67 (patch) | |
| tree | 63a4c093f0bc1d6e63563f0bc4bf582028545977 | |
| parent | d5cc234154d3909a71cf58f0b28697d75cdcfad9 (diff) | |
imx8m{m,n}_venice_defconfig: add DT overlay support
enable CONFIG_OF_LIBFDT_OVERLAY to support applying dt overlays in
U-Boot.
Signed-off-by: Tim Harvey <[email protected]>
| -rw-r--r-- | configs/imx8mm_venice_defconfig | 1 | ||||
| -rw-r--r-- | configs/imx8mn_venice_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig index b596f7eb669..a9ff5654baa 100644 --- a/configs/imx8mm_venice_defconfig +++ b/configs/imx8mm_venice_defconfig @@ -138,3 +138,4 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_IMX_WATCHDOG=y CONFIG_HEXDUMP=y +CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig index 2f5ea62f542..7628667d50a 100644 --- a/configs/imx8mn_venice_defconfig +++ b/configs/imx8mn_venice_defconfig @@ -137,3 +137,4 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_IMX_WATCHDOG=y CONFIG_HEXDUMP=y +CONFIG_OF_LIBFDT_OVERLAY=y |
