diff options
Diffstat (limited to 'bl2')
-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 e5a673d..ebb3b94 100644 --- a/bl2/aarch64/bl2_entrypoint.S +++ b/bl2/aarch64/bl2_entrypoint.S @@ -38,7 +38,7 @@ .section .text, "ax"; .align 3 -bl2_entrypoint:; .type bl2_entrypoint, %function +bl2_entrypoint: ; .type bl2_entrypoint, %function /*--------------------------------------------- * Store the extents of the tzram available to * BL2 for future use. Use the opcode param to |