Re: [PATCH 1/3] Kbuild: centralize MKIMAGE and cmd_uimage definitions |
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [PATCH 1/3] Kbuild: centralize MKIMAGE and cmd_uimage definitions
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Date: Tue, 6 Mar 2012 22:56:07 -0500
- Cc: Michal Marek <mmarek@xxxxxxx>, Russell King <linux@xxxxxxxxxxxxxxxx>, nico@xxxxxxxxxxx, Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>, "Hans-Christian Egtvedt" <egtvedt@xxxxxxxxxxxx>, Michal Simek <monstr@xxxxxxxxx>, Paul Mundt <lethal@xxxxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, Guan Xuetao <gxt@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, linux-kbuild@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, uclinux-dist-devel@xxxxxxxxxxxxxxxxxxxx, microblaze-uclinux@xxxxxxxxxxxxxx, linux-sh@xxxxxxxxxxxxxxx, sparclinux@xxxxxxxxxxxxxxx, linux-arch@xxxxxxxxxxxxxxx
- In-reply-to: <1331080238-1524-1-git-send-email-swarren@wwwdotorg.org>
- Organization: wh0rd.org
- References: <1331080238-1524-1-git-send-email-swarren@wwwdotorg.org>
- User-agent: KMail/1.13.7 (Linux/3.2.0; KDE/4.6.5; x86_64; ; )
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
Attachment:
signature.asc
Description: This is a digitally signed message part.
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux Audio Users]
[Photo]
[Yosemite News]
[Yosemite Photos]
[Free Online Dating]
[Linux Kernel]
[Linux SCSI]
[XFree86]