]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix compression method when making uImage.
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 5 Nov 2007 21:45:58 +0000 (06:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 02:13:54 +0000 (11:13 +0900)
commit523fad4dec2e7f0da7c01a7b29e3223b2ac19dc6
treeba40bb4b434bd53d11949dd70b979d302a77586d
parente6ca1f557511ae79d994b819d4c338550c59de54
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 <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boot/Makefile