From: Vineet Gupta Date: Fri, 22 Mar 2013 16:34:27 +0000 (+0530) Subject: ARC: [build] Allow uncompressed uImage X-Git-Tag: v3.10-rc1~25^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104058ede714d3d84f27025a7b5467c6bb137ffd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed