diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-12 13:32:03 +0000 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-12 13:32:08 +0000 |
commit | 819dcd7c4c4a1989ce2bfb8ee9a1a1c0566506ad (patch) | |
tree | b5fed2773290b174909d37739d98a95a010edb08 /services | |
parent | 873e394b3bf93214a441f9f98237b58fbbea55aa (diff) | |
download | platform_external_arm-trusted-firmware-819dcd7c4c4a1989ce2bfb8ee9a1a1c0566506ad.tar.gz platform_external_arm-trusted-firmware-819dcd7c4c4a1989ce2bfb8ee9a1a1c0566506ad.tar.bz2 platform_external_arm-trusted-firmware-819dcd7c4c4a1989ce2bfb8ee9a1a1c0566506ad.zip |
fvp: trusty: Move dynamic xlat enable to platform
Rather than letting the Trusty makefile set the option to enable dynamic
translation tables, make platforms do it themselves.
This also allows platforms to replace the implementation of the
translation tables library as long as they use the same function
prototypes.
Change-Id: Ia60904f61709ac323addcb57f7a83391d9e21cd0
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'services')
-rw-r--r-- | services/spd/trusty/trusty.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/spd/trusty/trusty.mk b/services/spd/trusty/trusty.mk index 4f0c29476..43b80bba7 100644 --- a/services/spd/trusty/trusty.mk +++ b/services/spd/trusty/trusty.mk @@ -13,8 +13,6 @@ ifeq (${TRUSTY_SPD_WITH_GENERIC_SERVICES},1) SPD_SOURCES += services/spd/trusty/generic-arm64-smcall.c endif -BL31_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1 - NEED_BL32 := yes CTX_INCLUDE_FPREGS := 1 |