diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-05-08 19:14:46 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 15:21:44 +0200 |
commit | fac5217a75f683206135253c6bb46751f80b7be6 (patch) | |
tree | 24474503fee6424e946e877ed9c5fe3f50276dee /configs/warp7_bl33_defconfig | |
parent | cf02d5aec5764bc6ce4bbfa63eb1239dd00ea61c (diff) | |
download | u-boot-fac5217a75f683206135253c6bb46751f80b7be6.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index d2cf84b7c1..0f28d5881d 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 |