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:
Stefan Reinauer 2008-08-24 11:31:19 +00:00
commit 7aed3ac79c

View file

@ -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 = .;