Commit 3a6a9adc authored by Dimitris Papastamos's avatar Dimitris Papastamos
Browse files

fvp: Enable the Activity Monitor Unit extensions by default



Change-Id: I96de88f44c36681ad8a70430af8e01016394bd14
Signed-off-by: default avatarDimitris Papastamos <dimitris.papastamos@arm.com>
parent 0319a977
......@@ -147,6 +147,9 @@ BL31_SOURCES += drivers/arm/smmu/smmu_v3.c \
# Disable the PSCI platform compatibility layer
ENABLE_PLAT_COMPAT := 0
# Enable Activity Monitor Unit extensions by default
ENABLE_AMU := 1
ifneq (${ENABLE_STACK_PROTECTOR},0)
PLAT_BL_COMMON_SOURCES += plat/arm/board/fvp/fvp_stack_protector.c
endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment