summaryrefslogtreecommitdiff
path: root/board/armltd/integratorcp/config.mk
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-29 12:07:21 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-29 12:07:21 +0100
commite4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e (patch)
treeb667a6a1977763d98c3fd53265b194669cc81562 /board/armltd/integratorcp/config.mk
parent7379f45a7bc71941c3920c2f6b3c3faa4d7fd315 (diff)
downloadu-boot-imx-e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e.zip
u-boot-imx-e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e.tar.gz
u-boot-imx-e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e.tar.bz2
move ARM Ltd. to vendor dir
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/armltd/integratorcp/config.mk')
-rw-r--r--board/armltd/integratorcp/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/armltd/integratorcp/config.mk b/board/armltd/integratorcp/config.mk
new file mode 100644
index 0000000..e4c5c3b
--- /dev/null
+++ b/board/armltd/integratorcp/config.mk
@@ -0,0 +1,11 @@
+#
+# image should be loaded at 0x01000000
+#
+
+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