diff options
Diffstat (limited to 'plat/fvp/aarch64/bl1_plat_helpers.S')
-rw-r--r-- | plat/fvp/aarch64/bl1_plat_helpers.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/fvp/aarch64/bl1_plat_helpers.S b/plat/fvp/aarch64/bl1_plat_helpers.S index 8cdb10e..0adb541 100644 --- a/plat/fvp/aarch64/bl1_plat_helpers.S +++ b/plat/fvp/aarch64/bl1_plat_helpers.S @@ -38,7 +38,7 @@ .globl plat_secondary_cold_boot_setup - .section platform_code, "ax"; .align 3 + .section .text, "ax"; .align 3 .macro platform_choose_gicmmap param1, param2, x_tmp, w_tmp, res |