ARC: [build] Allow uncompressed uImage
authorVineet Gupta <vgupta@synopsys.com>
Fri, 22 Mar 2013 16:34:27 +0000 (22:04 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 9 Apr 2013 06:51:15 +0000 (12:21 +0530)
commit104058ede714d3d84f27025a7b5467c6bb137ffd
tree2764712c62ad4a4695cbb9ab9dc93cf3acea76cc
parentfb0990bbf5e5eda5705f5511c261842787d1bdf6
ARC: [build] Allow uncompressed uImage

The existing uImage target always generates gzip compressed image which
drags bootup for some very slow FPGA customer boards.

So introduce seperate make targets:uImage.{bin,gz} with uncompressed
being default. Also tie gz generation to CONFIG_KERNEL_GZIP, which a
platform can select in it's Kconfig if it wishes gz to be default.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
arch/arc/boot/Makefile