]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitf7b6130e736b031c8b42ded4027b4793a7b1ef79
treeba40bb4b434bd53d11949dd70b979d302a77586d
parentd177469905600e7fc093b683b00362493b2947b5
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