This patch fixes payloads on certain Fedora versions

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-07-18 15:18:22 +00:00 committed by Stefan Reinauer
parent 219cece2f5
commit f23804bda4
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ SECTIONS
_edata = .;
.bss : {
*(.sbss)
*(.sbss.*)
*(.bss)
*(.bss.*)
*(COMMON)