summaryrefslogtreecommitdiffstats
path: root/board/integratorap/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-11-27 16:13:00 +0100
committerWolfgang Denk <wd@denx.de>2006-11-27 16:13:00 +0100
commitd3c5e8b2f5945d93de8f23b053e9dcd033983245 (patch)
tree72c292c41bc0dfadd6f634fe03e697d8a4473487 /board/integratorap/config.mk
parent98280e3d431db77d92219438b8840853bd7cb412 (diff)
parenta9398e018593782c5fa7d0741955fc1256b34c1e (diff)
downloadtalos-obmc-uboot-d3c5e8b2f5945d93de8f23b053e9dcd033983245.tar.gz
talos-obmc-uboot-d3c5e8b2f5945d93de8f23b053e9dcd033983245.zip
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'board/integratorap/config.mk')
-rw-r--r--board/integratorap/config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/integratorap/config.mk b/board/integratorap/config.mk
index 25b79b3e79..e4c5c3b57a 100644
--- a/board/integratorap/config.mk
+++ b/board/integratorap/config.mk
@@ -3,3 +3,9 @@
#
TEXT_BASE = 0x01000000
+
+ifneq ($(OBJTREE),$(SRCTREE))
+# We are building u-boot in a separate directory, use generated
+# .lds script from OBJTREE directory.
+LDSCRIPT := $(OBJTREE)/board/$(BOARDDIR)/u-boot.lds
+endif
OpenPOWER on IntegriCloud