commit | 96c207a1d9517be256037496b9896676e317583a | [log] [tgz] |
---|---|---|
author | Andrew Thoelke <andrew.thoelke@arm.com> | Fri May 16 12:27:33 2014 +0100 |
committer | Andrew Thoelke <andrew.thoelke@arm.com> | Fri May 16 12:27:33 2014 +0100 |
tree | 889cb5f71cb007e0a37380b79bfe06a1f1223892 | |
parent | 6bee0fcca80962c807d66116f96c213382cbde54 [diff] | |
parent | 3086cc9dc8fa42c5e82b75ee226388105e8d1025 [diff] |
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
diff --git a/bl32/tsp/tsp-fvp.mk b/bl32/tsp/tsp-fvp.mk index 3bcf439..5d8a0e3 100644 --- a/bl32/tsp/tsp-fvp.mk +++ b/bl32/tsp/tsp-fvp.mk
@@ -31,4 +31,5 @@ # TSP source files specific to FVP platform BL32_SOURCES += plat/common/aarch64/platform_mp_stack.S \ plat/fvp/bl32_plat_setup.c \ - plat/fvp/aarch64/plat_common.c + plat/fvp/aarch64/plat_common.c \ + plat/fvp/aarch64/plat_helpers.S