diff mbox series

[U-Boot,5/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY

Message ID 20190508181448.20452-6-bryan.odonoghue@linaro.org
State Accepted
Commit fac5217a75f683206135253c6bb46751f80b7be6
Delegated to: Stefano Babic
Headers show
Series Switch WaRP7 BL33 to mbed Linux specific bootflow | expand

Commit Message

Bryan O'Donoghue May 8, 2019, 6:14 p.m. UTC
This commit enables CONFIG_OF_LIBFDT_OVERLAY a requirement to perform a
merge of an OPTEE provided DTB overlay into our main kernel DTB image.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 configs/warp7_bl33_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 20, 2019, 8:46 a.m. UTC | #1
> This commit enables CONFIG_OF_LIBFDT_OVERLAY a requirement to perform a
> merge of an OPTEE provided DTB overlay into our main kernel DTB image.
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 5b6a85356f..d4716378a7 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -59,3 +59,4 @@  CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y