diff options
Diffstat (limited to 'arch/x86/boot/setup.ld')
| -rw-r--r-- | arch/x86/boot/setup.ld | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/setup.ld b/arch/x86/boot/setup.ld index 03c0683636b..96a6c756353 100644 --- a/arch/x86/boot/setup.ld +++ b/arch/x86/boot/setup.ld @@ -13,7 +13,7 @@ SECTIONS  	.bstext		: { *(.bstext) }  	.bsdata		: { *(.bsdata) } -	. = 497; +	. = 495;  	.header		: { *(.header) }  	.entrytext	: { *(.entrytext) }  	.inittext	: { *(.inittext) }  |