aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/coreboot_ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/coreboot_ram.ld')
-rw-r--r--src/arch/armv7/coreboot_ram.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/armv7/coreboot_ram.ld b/src/arch/armv7/coreboot_ram.ld
index 329bce417d..2f08d1434d 100644
--- a/src/arch/armv7/coreboot_ram.ld
+++ b/src/arch/armv7/coreboot_ram.ld
@@ -32,6 +32,7 @@ SECTIONS
*/
.text : {
_text = .;
+ *(.text.stage_entry.armv7);
*(.text);
*(.text.*);
. = ALIGN(16);