From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Wu Zhangjin <wuzhangjin@gmail.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 13:30:10 +0300 [thread overview]
Message-ID: <4B5043B2.5060009@ru.mvista.com> (raw)
In-Reply-To: <1263540676-26295-1-git-send-email-wuzhangjin@gmail.com>
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.
WBR, Sergei
next prev parent reply other threads:[~2010-01-15 10:30 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 [this message]
2010-01-15 12:26 ` Wu Zhangjin
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=4B5043B2.5060009@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=wuzhangjin@gmail.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).