summaryrefslogtreecommitdiff
path: root/arch/s390/boot/clz_ctz.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-06s390/boot: get rid of startup archiveHeiko Carstens1-0/+2
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: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>