commit | 104058ede714d3d84f27025a7b5467c6bb137ffd | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Fri Mar 22 22:04:27 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Apr 09 12:21:15 2013 +0530 |
tree | 2764712c62ad4a4695cbb9ab9dc93cf3acea76cc | |
parent | fb0990bbf5e5eda5705f5511c261842787d1bdf6 [diff] |
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>