• Heiko Carstens's avatar
    s390/boot: get rid of startup archive · edd4a866
    Heiko Carstens authored
    The final kernel image is created by linking decompressor object files with
    a startup archive. The startup archive file however does not contain only
    optional code and data which can be discarded if not referenced. It also
    contains mandatory object data like head.o which must never be discarded,
    even if not referenced.
    
    Move the decompresser code and linker script to the boot directory and get
    rid of the startup archive so everything is kept during link time.
    Acked-by: default avatarVasily Gorbik <gor@linux.ibm.com>
    Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
    edd4a866
startup.c 9.29 KB