diff options
Diffstat (limited to 'bl2/aarch64/bl2_entrypoint.S')
-rw-r--r-- | bl2/aarch64/bl2_entrypoint.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/aarch64/bl2_entrypoint.S b/bl2/aarch64/bl2_entrypoint.S index 4b989a699..a85c51ae1 100644 --- a/bl2/aarch64/bl2_entrypoint.S +++ b/bl2/aarch64/bl2_entrypoint.S @@ -35,7 +35,7 @@ .globl bl2_entrypoint - .section entry_code, "ax"; .align 3 + .section .text, "ax"; .align 3 bl2_entrypoint:; .type bl2_entrypoint, %function |