Message ID | 20220413160504.29843-1-tharvey@gateworks.com |
---|---|
State | Accepted |
Commit | 7a2ff55d875b981fb21db4ccb14fac04e9e5af67 |
Delegated to: | Stefano Babic |
Headers | show |
Series | [v2] imx8m{m,n}_venice_defconfig: add DT overlay support | expand |
> enable CONFIG_OF_LIBFDT_OVERLAY to support applying dt overlays in > U-Boot. > Signed-off-by: Tim Harvey <tharvey@gateworks.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig index b596f7eb669f..a9ff5654baa3 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 2f5ea62f5427..7628667d50ae 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
enable CONFIG_OF_LIBFDT_OVERLAY to support applying dt overlays in U-Boot. Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- v2: rebase on imx/master --- configs/imx8mm_venice_defconfig | 1 + configs/imx8mn_venice_defconfig | 1 + 2 files changed, 2 insertions(+)