diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-04-13 09:05:04 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-21 12:44:24 +0200 |
commit | 7a2ff55d875b981fb21db4ccb14fac04e9e5af67 (patch) | |
tree | 63a4c093f0bc1d6e63563f0bc4bf582028545977 /configs/imx8mm_venice_defconfig | |
parent | d5cc234154d3909a71cf58f0b28697d75cdcfad9 (diff) | |
download | u-boot-7a2ff55d875b981fb21db4ccb14fac04e9e5af67.tar.gz |
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 <tharvey@gateworks.com>
Diffstat (limited to 'configs/imx8mm_venice_defconfig')
-rw-r--r-- | configs/imx8mm_venice_defconfig | 1 |
1 files changed, 1 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 |