All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Maarten ter Huurne <maarten@treewalker.org>
Cc: "Ralf Baechle" <ralf@linux-mips.org>,
	linux-mips@linux-mips.org,
	"Lluís Batlle i Rossell" <viric@viric.name>,
	"Lars-Peter Clausen" <lars@metafoo.de>
Subject: Re: [PATCH] MIPS: Enable vmlinuz for JZ4740
Date: Fri, 30 Mar 2012 02:28:32 +0400	[thread overview]
Message-ID: <4F74E210.70707@mvista.com> (raw)
In-Reply-To: <1333037360-18382-1-git-send-email-maarten@treewalker.org>

Hello.

On 29-03-2012 20:09, Maarten ter Huurne wrote:

> From: Lluís Batlle i Rossell<viric@viric.name>

> This patch adds support for building a compressed kernel for the JZ4740
> architecture.
>
> Signed-off-by: Lars-Peter Clausen<lars@metafoo.de>
> Signed-off-by: Maarten ter Huurne<maarten@treewalker.org>
[...]

> diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile
> index 5042d51..71d89cb 100644
> --- a/arch/mips/boot/compressed/Makefile
> +++ b/arch/mips/boot/compressed/Makefile
> @@ -58,8 +58,12 @@ $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE
>   # Calculate the load address of the compressed kernel image
>   hostprogs-y := calc_vmlinuz_load_addr
>
> +ifeq ($(CONFIG_MACH_JZ4740),y)
> +VMLINUZ_LOAD_ADDRESS:=0x80600000

    Spaces around :=, please. And why this should be out of order case?

> +else
>   VMLINUZ_LOAD_ADDRESS = $(shell $(obj)/calc_vmlinuz_load_addr \
>   		$(obj)/vmlinux.bin $(VMLINUX_LOAD_ADDRESS))
> +endif
>
>   vmlinuzobjs-y += $(obj)/piggy.o

WBR, Sergei

  reply	other threads:[~2012-03-29 22:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-29 16:09 [PATCH] MIPS: Enable vmlinuz for JZ4740 Maarten ter Huurne
2012-03-29 22:28 ` Sergei Shtylyov [this message]
2012-03-30  9:53   ` Maarten ter Huurne
2012-03-30 12:18     ` Sergei Shtylyov
2012-03-30 14:47       ` Maarten ter Huurne
2012-03-30 14:48         ` Maarten ter Huurne

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=4F74E210.70707@mvista.com \
    --to=sshtylyov@mvista.com \
    --cc=lars@metafoo.de \
    --cc=linux-mips@linux-mips.org \
    --cc=maarten@treewalker.org \
    --cc=ralf@linux-mips.org \
    --cc=viric@viric.name \
    /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 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.