linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: Add support of LZO-compressed kernels
Date: Fri, 15 Jan 2010 20:26:00 +0800	[thread overview]
Message-ID: <1263558361.12375.0.camel@falcon> (raw)
In-Reply-To: <4B5043B2.5060009@ru.mvista.com>

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

      reply	other threads:[~2010-01-15 12:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15  7:31 [PATCH] MIPS: Add support of LZO-compressed kernels Wu Zhangjin
2010-01-15 10:30 ` Sergei Shtylyov
2010-01-15 12:26   ` Wu Zhangjin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1263558361.12375.0.camel@falcon \
    --to=wuzhangjin@gmail.com \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    --cc=sshtylyov@ru.mvista.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).