sh: Fix up uImage compression type
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Fri, 28 Mar 2008 06:03:39 +0000 (15:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 31 Mar 2008 07:17:11 +0000 (16:17 +0900)
Fix up uImage compression type.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boot/Makefile

index 3dda24d..89b4086 100644 (file)
@@ -44,7 +44,7 @@ KERNEL_ENTRY  := $(shell /bin/bash -c 'printf "0x%08x" \
 
 quiet_cmd_uimage = UIMAGE  $@
       cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \
-                  -C none -a $(KERNEL_LOAD) -e $(KERNEL_ENTRY) \
+                  -C gzip -a $(KERNEL_LOAD) -e $(KERNEL_ENTRY) \
                   -n 'Linux-$(KERNELRELEASE)' -d $< $@
 
 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE