s390: get rid of the first mb of uncompressed image

Instead of generating uncompressed kernel image starting at 0, filling
first mb with zeros (with ".org 0x100000") and then trimming it off
from vmlinux.bin before compression, simply generate a kernel image
starting from 0x100000.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Vasily Gorbik
2018-06-27 17:10:14 +02:00
committed by Martin Schwidefsky
parent 8e533fdd09
commit 183ab05ff2
3 changed files with 5 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ PHDRS {
SECTIONS
{
. = 0x00000000;
. = 0x100000;
.text : {
/* Text and read-only data */
HEAD_TEXT