[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201203062256.16105.vapier@gentoo.org>
Date: Tue, 6 Mar 2012 22:56:07 -0500
From: Mike Frysinger <vapier@...too.org>
To: Stephen Warren <swarren@...dotorg.org>
Cc: Michal Marek <mmarek@...e.cz>,
Russell King <linux@....linux.org.uk>, nico@...xnic.net,
Haavard Skinnemoen <hskinnemoen@...il.com>,
"Hans-Christian Egtvedt" <egtvedt@...fundet.no>,
Michal Simek <monstr@...str.eu>,
Paul Mundt <lethal@...ux-sh.org>,
"David S. Miller" <davem@...emloft.net>,
Guan Xuetao <gxt@...c.pku.edu.cn>,
linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
uclinux-dist-devel@...ckfin.uclinux.org,
microblaze-uclinux@...e.uq.edu.au, linux-sh@...r.kernel.org,
sparclinux@...r.kernel.org, linux-arch@...r.kernel.org
Subject: Re: [PATCH 1/3] Kbuild: centralize MKIMAGE and cmd_uimage definitions
On Tuesday 06 March 2012 19:30:36 Stephen Warren wrote:
> --- a/arch/blackfin/boot/Makefile
> +++ b/arch/blackfin/boot/Makefile
>
> +ifeq ($(CONFIG_RAMKERNEL),y)
> +UIMAGE_LOADADDR = $(CONFIG_BOOT_LOAD)
> +else # CONFIG_ROMKERNEL must be set
> +UIMAGE_LOADADDR = $(CONFIG_BOOT_LOAD)
> +endif
this part is wrong :). the else branch should be $(CONFIG_ROM_BASE).
> +UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print
> $$1}')
i feel like if we tried harder, we could automate the -e arg for all arches.
i understand if you don't want to undertake that though.
-mike
Download attachment "signature.asc " of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists