diff options
author | Jon Medhurst <tixy@linaro.org> | 2014-02-26 16:27:53 +0000 |
---|---|---|
committer | Jon Medhurst <tixy@linaro.org> | 2014-02-27 15:51:35 +0000 |
commit | 82b0e95f1d86ecd550e08d8ee493fc290051a10d (patch) | |
tree | 9c8723b0412d9c64fe097b481e186cf45f73b239 /bl32 | |
parent | ba6954eb3ef1092f9ed59ba8e2d9661e2c6113a5 (diff) | |
download | arm-trusted-firmware-tixy-issue-19.tar.gz |
fvp: Make use of the generic MMU translation table setup codetixy-issue-19
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'bl32')
-rw-r--r-- | bl32/tsp/tsp-fvp.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bl32/tsp/tsp-fvp.mk b/bl32/tsp/tsp-fvp.mk index 278d358..ead30ef 100644 --- a/bl32/tsp/tsp-fvp.mk +++ b/bl32/tsp/tsp-fvp.mk @@ -34,5 +34,4 @@ vpath %.S ${PLAT_BL2_S_VPATH} # TSP source files specific to FVP platform BL32_SOURCES += bl32_plat_setup.c \ - bl32_setup_xlat.c \ plat_common.c |