our code grew quickly. Since stage0 carries the library for all the
other stages, give it 16k instead of 8 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@106 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
3fc4e990dc
commit
cfa73bace2
2 changed files with 6 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ ENTRY(_start)
|
|||
TARGET(binary)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffe000 + 256; /* leave space for vpd */
|
||||
. = 0xffffc000 + 256; /* leave space for vpd */
|
||||
|
||||
.stage0_1 . : {
|
||||
_stage0_1 = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue