Newer
Older
barebox / arch / mips / pbl / piggy.lz4.S
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 22 Jul 2013 115 bytes pbl: add lz4 support
#include <asm/asm.h>

	.section .data
EXPORT(input_data)
	.incbin	"arch/mips/pbl/piggy.lz4"
EXPORT(input_data_end)