• H
    s390/boot: get rid of startup archive · edd4a866
    Heiko Carstens 提交于
    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: NVasily Gorbik <gor@linux.ibm.com>
    Signed-off-by: NHeiko Carstens <hca@linux.ibm.com>
    edd4a866
decompressor.c 1.9 KB