From e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 29 Jan 2009 12:07:21 +0100 Subject: move ARM Ltd. to vendor dir Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/armltd/integratorcp/config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 board/armltd/integratorcp/config.mk (limited to 'board/armltd/integratorcp/config.mk') diff --git a/board/armltd/integratorcp/config.mk b/board/armltd/integratorcp/config.mk new file mode 100644 index 0000000000..e4c5c3b57a --- /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 -- cgit