diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-05-08 19:14:45 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 15:21:38 +0200 |
commit | cf02d5aec5764bc6ce4bbfa63eb1239dd00ea61c (patch) | |
tree | b17e1419e2fbe929ba7e8fd3918c8cc0498af4b5 /configs | |
parent | 1d4cdc717e2cbd6d2c9746805c2f6dedcfd93008 (diff) |
warp7_bl33: configs: Enable CONFIG_OF_LIBFDT
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>
Diffstat (limited to 'configs')
-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 29c4c24c52..d2cf84b7c1 100644 --- a/configs/warp7_bl33_defconfig +++ b/configs/warp7_bl33_defconfig @@ -60,3 +60,4 @@ CONFIG_OPTEE_TZDRAM_SIZE=0x02000000 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_FIT_VERBOSE=y +CONFIG_OF_LIBFDT=y |