For Ron: make BOOTBLOCK_SIZE a variable in the ldscript.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@814 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
9fc4de30d2
commit
7aed3ac79c
1 changed files with 3 additions and 1 deletions
|
|
@ -25,10 +25,12 @@ OUTPUT_ARCH(i386)
|
|||
ENTRY(_start)
|
||||
*/
|
||||
|
||||
BOOTBLOCK_SIZE = 20480;
|
||||
|
||||
TARGET(binary)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffb000 + 256; /* leave space for vpd */
|
||||
. = 0 - BOOTBLOCK_SIZE + 256; /* leave space for vpd */
|
||||
|
||||
.stage0_1 . : {
|
||||
_stage0_1 = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue