diff mbox series

[U-Boot,4/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT

Message ID 20190508181448.20452-5-bryan.odonoghue@linaro.org
State Accepted
Commit cf02d5aec5764bc6ce4bbfa63eb1239dd00ea61c
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
In order to switch on DTB overlay support in WaRP7 BL33 we first need to
switch on LIBFDT support. Do that now.

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:45 a.m. UTC | #1
> In order to switch on DTB overlay support in WaRP7 BL33 we first need to
> switch on LIBFDT support. Do that now.
> 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 c0ad26ff13..5b6a85356f 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -58,3 +58,4 @@  CONFIG_OPTEE_TZDRAM_SIZE=0x2000000
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_VERBOSE=y
+CONFIG_OF_LIBFDT=y