9
0
Fork 0

x86: Fix linker script for magic vars

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-07 13:49:01 +01:00
parent ca00ea938e
commit 377577f3bf
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ SECTIONS
.barebox_magicvars : AT ( LOADADDR(.barebox_cmd) + SIZEOF (.barebox_cmd) ) {
__barebox_magicvar_start = .;
.barebox_magicvar : { BAREBOX_MAGICVARS }
BAREBOX_MAGICVARS
__barebox_magicvar_end = .;
. = ALIGN(4);
} > barebox