| To: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
|---|---|
| Subject: | Re: [PATCH] MIPS: Add support of LZO-compressed kernels |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 15 Jan 2010 20:26:00 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=U6Ncxlgl9QDilK26B5rkuwQAPolraWDMdeHhHAqlNjg=; b=muHnLl/598om8icSJiTaDjLvvHOadAim59xQ5EGM2/TZdxmMui4HKcDTojP58yqztS t51+RKmTPITLKuuBF9IR9H9EARe1IE38VZpqcpKXaogbUGUSl0jPGieHRCNB9qrfH/Ts 2b4CpOx16Aq3Gn49E7VQHighASSGzBqmm8dD0= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=sXgY5qMr5KU4w39cNZekPx4J8xOVOgduM1SBGzjVJPbyBljy65/9N3fEI/hNVdLSXb XiUHoUVKUXZ83uxBodJUqEfzKJx0rF9jrTInJDljIzJegSacl77nvIYNjXaSW7vFM4U9 kGt7oCpBNW6ClMxWWy2j8Zgom1AHrGEfm/pbg= |
| In-reply-to: | <4B5043B2.5060009@ru.mvista.com> |
| Organization: | DSLab, Lanzhou University, China |
| References: | <1263540676-26295-1-git-send-email-wuzhangjin@gmail.com> <4B5043B2.5060009@ru.mvista.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, 2010-01-15 at 13:30 +0300, Sergei Shtylyov wrote:
> Hello.
>
> Wu Zhangjin wrote:
> > The commit "lib: add support for LZO-compressed kernels" has been merged
> > into linus' 2.6.33-rc4 tree, so, It is time to add the support for MIPS.
> >
> > NOTE: to enable this support, the lzop application is needed.
> >
> > Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
> >
> [...]
> > diff --git a/arch/mips/boot/compressed/Makefile
> > b/arch/mips/boot/compressed/Makefile
> > index 671d344..e3c93f8 100644
> > --- a/arch/mips/boot/compressed/Makefile
> > +++ b/arch/mips/boot/compressed/Makefile
> > @@ -41,9 +41,11 @@ $(obj)/vmlinux.bin: $(KBUILD_IMAGE)
> > suffix_$(CONFIG_KERNEL_GZIP) = gz
> > suffix_$(CONFIG_KERNEL_BZIP2) = bz2
> > suffix_$(CONFIG_KERNEL_LZMA) = lzma
> > +suffix_$(CONFIG_KERNEL_LZO) = lzo
> > tool_$(CONFIG_KERNEL_GZIP) = gzip
> > tool_$(CONFIG_KERNEL_BZIP2) = bzip2
> > tool_$(CONFIG_KERNEL_LZMA) = lzma
> > +tool_$(CONFIG_KERNEL_LZO) = lzo
> >
>
> You should align "lzo" with the rest of the suffixes/tool names.
>
Done, will resend it later.
Thanks!
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: Add support of LZO-compressed kernels, Sergei Shtylyov |
|---|---|
| Next by Date: | [PATCH v1] MIPS: Add support of LZO-compressed kernels, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH] MIPS: Add support of LZO-compressed kernels, Sergei Shtylyov |
| Next by Thread: | [PATCH v1] MIPS: Add support of LZO-compressed kernels, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |