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:
parent
94e340b22a
commit
3ba0ce5f58
|
@ -60,6 +60,8 @@ SECTIONS
|
||||||
*(.data.*)
|
*(.data.*)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_edata = .;
|
||||||
|
|
||||||
.bss : {
|
.bss : {
|
||||||
*(.bss)
|
*(.bss)
|
||||||
*(.bss.*)
|
*(.bss.*)
|
||||||
|
|
Loading…
Reference in New Issue