mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
70fac51fea
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>
7 lines
160 B
ArmAsm
7 lines
160 B
ArmAsm
.section .piggydata,#alloc
|
|
.globl input_data
|
|
input_data:
|
|
.incbin "arch/unicore32/boot/compressed/piggy.DECOMP_SUFFIX"
|
|
.globl input_data_end
|
|
input_data_end:
|