From 8d69a03f6a7db3c437b7cfdd15402627277d8cb4 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Wed, 27 Nov 2013 09:38:52 +0000 Subject: Various improvements/cleanups on the linker scripts - Check at link-time that bootloader images will fit in memory at run time and that they won't overlap each other. - Remove text and rodata orphan sections. - Define new linker symbols to remove the need for platform setup code to know the order of sections. - Reduce the size of the raw binary images by cutting some sections out of the disk image and allocating them at load time, whenever possible. - Rework alignment constraints on sections. - Remove unused linker symbols. - Homogenize linker symbols names across all BLs. - Add some comments in the linker scripts. Change-Id: I47a328af0ccc7c8ab47fcc0dc6e7dd26160610b9 --- bl2/aarch64/bl2_entrypoint.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl2/aarch64') diff --git a/bl2/aarch64/bl2_entrypoint.S b/bl2/aarch64/bl2_entrypoint.S index 4b989a69..a85c51ae 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 -- cgit v1.2.3