
31 Jan
2011
31 Jan
'11
8:20 p.m.
Am 01/31/2011 08:01 PM, schrieb Scott Wood:
I got out everything except the LDSCRIPT definition. However, I can't find a way to specify a board-specific linker script (which I need due to the embedded environment) without using config.mk in the board directory, since the platform sets up a non-board default in arch/arm/config.mk.
How about a #define CONFIG_BOARD_LDSCRIPT that is picked up by autoconf.mk and used in the Makefiles if set?
PowerPC uses CONFIG_SYS_LDSCRIPT for this.
Thanks, found it - I had only searched non-architecture Makefiles. I can copy that mechanism to ARM.
cu Michael