summaryrefslogtreecommitdiffstats
path: root/board/bf537-stamp/config.mk
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-24 17:51:57 -0400
committerMike Frysinger <vapier@gentoo.org>2009-01-07 02:59:50 -0500
commite7e684b10d73a303902208594c7c3e7e0d753282 (patch)
treeaa4007ad041b74e275116dfce3cd7010b5191968 /board/bf537-stamp/config.mk
parentb9eecc342f767b50e1476fbc1aad7d88dd4ce5eb (diff)
downloadblackbird-obmc-uboot-e7e684b10d73a303902208594c7c3e7e0d753282.tar.gz
blackbird-obmc-uboot-e7e684b10d73a303902208594c7c3e7e0d753282.zip
Blackfin: fix out-of-tree building with ldscripts
Many of the Blackfin board linker scripts are preprocessed, so make sure we output the linker script into the build tree rather than the source tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf537-stamp/config.mk')
-rw-r--r--board/bf537-stamp/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/bf537-stamp/config.mk b/board/bf537-stamp/config.mk
index d9e884e0e1..719b97e254 100644
--- a/board/bf537-stamp/config.mk
+++ b/board/bf537-stamp/config.mk
@@ -26,6 +26,8 @@
# This is not actually used for Blackfin boards so do not change it
#TEXT_BASE = do-not-use-me
+LDSCRIPT = $(obj)board/$(BOARDDIR)/u-boot.lds
+
# Set some default LDR flags based on boot mode.
LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8
LDR_FLAGS-BFIN_BOOT_UART := --port g --gpio 6
OpenPOWER on IntegriCloud