mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
fix(a5ds): add default value for ARM_DISABLE_TRUSTED_WDOG
With introduction of check on boolean flags, it should be ensured that each boolean flag has default value provided by platform. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: Ia92c3dded842e14099b4a7667569605d7066a8f9
This commit is contained in:
parent
6a187a002e
commit
115ab63872
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ NEED_BL32 := yes
|
|||
|
||||
MULTI_CONSOLE_API := 1
|
||||
|
||||
ARM_DISABLE_TRUSTED_WDOG := 1
|
||||
|
||||
PLAT_BL_COMMON_SOURCES += lib/xlat_tables/aarch32/nonlpae_tables.c
|
||||
|
||||
# Use translation tables library v1 when using Cortex-A5
|
||||
|
|
Loading…
Add table
Reference in a new issue