ARM: Fix the ldscripts so that exit/enter stage work correctly.

Remove the spurious creation of a start symbol, and use the
stage_entry symbol directly.

Change-Id: Ia62d5c056ac8b20c8ffdb78bff3d306065b6c45f
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/2560
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
This commit is contained in:
Ronald G. Minnich 2013-02-28 15:21:41 -06:00 committed by Stefan Reinauer
parent 28b99c05a1
commit 9f3a7a3251
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -28,7 +28,7 @@
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
ENTRY(stage_entry)
SECTIONS
{