From: Nobuhiro Iwamatsu Date: Mon, 5 Nov 2007 21:45:58 +0000 (+0900) Subject: sh: Fix compression method when making uImage. X-Git-Tag: v2.6.24-rc3~171^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b6130e736b031c8b42ded4027b4793a7b1ef79;p=pandora-kernel.git sh: Fix compression method when making uImage. When uImage is made by using 'make uImage', zImage is used. If zImage is used, the compression method need not be set. However, it is set for "gzip" for a compression method. I corrected to set "none". Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Paul Mundt --- Reading git-diff-tree failed