summaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-08-22 17:44:11 +0100
committerGitHub <noreply@github.com>2017-08-22 17:44:11 +0100
commit2458e37a58f8087e0de5228f9a27a22319864017 (patch)
treeae3fc28775c04f7183302d2e86ae567026f00afb /bl32
parent5ae4dab2b86351579d85d5f5a8f85252336381b8 (diff)
parent64726e6d61e94203a1dc6aa3f49affd8f2165aec (diff)
Merge pull request #1053 from jwerner-chromium/JW_func_align
Add new alignment parameter to func assembler macro
Diffstat (limited to 'bl32')
-rw-r--r--bl32/tsp/aarch64/tsp_entrypoint.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/bl32/tsp/aarch64/tsp_entrypoint.S b/bl32/tsp/aarch64/tsp_entrypoint.S
index 2c325785..489183c5 100644
--- a/bl32/tsp/aarch64/tsp_entrypoint.S
+++ b/bl32/tsp/aarch64/tsp_entrypoint.S
@@ -43,10 +43,7 @@
msr spsr_el1, \reg2
.endm
- .section .text, "ax"
- .align 3
-
-func tsp_entrypoint
+func tsp_entrypoint _align=3
/* ---------------------------------------------
* Set the exception vector to something sane.