Fix bayou payload execution.

Bayou must link with its own ldscript to end up at a load address that
doesn't interfere with payloads. Make Bayou's ldscript MB compatible, so
the link with libpayload/lib/i386/head.o succeeds.

Signed-off-by: Ulf Jordan <jordan@chalmers.se>
Acked-by: Jordan Crouse <jordan@cosmicpenguin.net>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3934 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ulf Jordan 2009-02-10 21:09:03 +00:00 committed by Myles Watson
parent 94e340b22a
commit 3ba0ce5f58
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ SECTIONS
*(.data.*) *(.data.*)
} }
_edata = .;
.bss : { .bss : {
*(.bss) *(.bss)
*(.bss.*) *(.bss.*)