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.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/armv7/coreboot_ram.ld b/src/arch/armv7/coreboot_ram.ld
index 2edf8e3b26..c2ead7aa12 100644
--- a/src/arch/armv7/coreboot_ram.ld
+++ b/src/arch/armv7/coreboot_ram.ld
@@ -22,7 +22,7 @@
/* We use ELF as output format. So that we can debug the code in some form. */
INCLUDE ldoptions
-ENTRY(_start)
+ENTRY(stage_entry)
SECTIONS
{