]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/integratorap/config.mk
move ARM Ltd. to vendor dir
[people/ms/u-boot.git] / board / integratorap / config.mk
diff --git a/board/integratorap/config.mk b/board/integratorap/config.mk
deleted file mode 100644 (file)
index e4c5c3b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# 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