* [PATCH] sh: Fix up uImage compression type
@ 2008-03-28 6:03 Yoshihiro Shimoda
2008-03-31 7:18 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Shimoda @ 2008-03-28 6:03 UTC (permalink / raw)
To: linux-sh
Fix up uImage compression type.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
---
arch/sh/boot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sh/boot/Makefile b/arch/sh/boot/Makefile
index 59f552c..ab4dc91 100644
--- a/arch/sh/boot/Makefile
+++ b/arch/sh/boot/Makefile
@@ -44,7 +44,7 @@ KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%8x" \
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: Fix up uImage compression type
2008-03-28 6:03 [PATCH] sh: Fix up uImage compression type Yoshihiro Shimoda
@ 2008-03-31 7:18 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-03-31 7:18 UTC (permalink / raw)
To: linux-sh
On Fri, Mar 28, 2008 at 03:03:39PM +0900, Yoshihiro Shimoda wrote:
> Fix up uImage compression type.
>
> Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-31 7:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 6:03 [PATCH] sh: Fix up uImage compression type Yoshihiro Shimoda
2008-03-31 7:18 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.