aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/boot/compressed/vmlinux.lds.in
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14unicore32: simplify linker script generation for decompressorMasahiro Yamada1-61/+0
When I was searching for unneeded $(KCONFIG_CONFIG) usages, I noticed this strange build dependency. It can use $(call if_changed,...) in case ZTEXTADDR and ZBSSADDR are changed, but even a simpler way is to use the pattern rule in scripts/Makefile.build. This is what arch/arm/boot/compressed/Makefile does. I did only build test. I confirmed equivalent vmlinux.lds was generated. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2011-03-17unicore32 additional architecture files: boot processGuanXuetao1-0/+61
This patch implements booting process, including uncompression process. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>