From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Mon, 31 Jan 2011 20:20:13 +0100 Subject: [U-Boot] [PATCH 07/13] update/fix AcTux1 board In-Reply-To: <20110131130124.035605a0@udp111988uds.am.freescale.net> References: <1294062338-21084-1-git-send-email-michael@schwingen.org> <1294062338-21084-8-git-send-email-michael@schwingen.org> <20110125204449.69815B187@gemini.denx.de> <4D4438D3.4090609@discworld.dascon.de> <20110131130124.035605a0@udp111988uds.am.freescale.net> Message-ID: <4D470B6D.5030508@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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