Thread (24 messages) flat view 24 messages, 9 authors, 2012-03-07

[PATCH 1/3] Kbuild: centralize MKIMAGE and cmd_uimage definitions

From: Mike Frysinger <hidden>
Date: 2012-03-07 03:56:18
Also in: linux-arch, linux-kbuild, linux-sh, lkml, sparclinux

On Tuesday 06 March 2012 19:30:36 Stephen Warren wrote:
quoted hunk ↗ jump to hunk
--- 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120306/5db9b985/attachment-0001.sig>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help