aboutsummaryrefslogtreecommitdiff
path: root/configs/warp7_bl33_defconfig
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-08 19:14:46 +0100
committerStefano Babic <sbabic@denx.de>2019-07-19 15:21:44 +0200
commitfac5217a75f683206135253c6bb46751f80b7be6 (patch)
tree24474503fee6424e946e877ed9c5fe3f50276dee /configs/warp7_bl33_defconfig
parentcf02d5aec5764bc6ce4bbfa63eb1239dd00ea61c (diff)
downloadu-boot-fac5217a75f683206135253c6bb46751f80b7be6.zip
u-boot-fac5217a75f683206135253c6bb46751f80b7be6.tar.gz
u-boot-fac5217a75f683206135253c6bb46751f80b7be6.tar.bz2
warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY
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>
Diffstat (limited to 'configs/warp7_bl33_defconfig')
-rw-r--r--configs/warp7_bl33_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index d2cf84b..0f28d58 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -61,3 +61,4 @@ CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y