summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-08-06 18:18:34 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-08-10 01:13:11 -0500
commit99c2fdab91bc633e46fb41dbaa629f87ccf6e00f (patch)
tree9ab80ad178e6e00617705ea0b3ae023e1b176dcb /board
parent47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3 (diff)
downloadtalos-obmc-uboot-99c2fdab91bc633e46fb41dbaa629f87ccf6e00f.tar.gz
talos-obmc-uboot-99c2fdab91bc633e46fb41dbaa629f87ccf6e00f.zip
mpc83xx: fix ITX[GP] O=builddir builds
make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop. Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or "BUILD_DIR=<some dir> ./MAKEALL ..." Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/mpc8349itx/config.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/mpc8349itx/config.mk b/board/mpc8349itx/config.mk
index 1901fdc2ce..79f1765fa1 100644
--- a/board/mpc8349itx/config.mk
+++ b/board/mpc8349itx/config.mk
@@ -29,9 +29,3 @@ sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
TEXT_BASE = 0xFEF00000
endif
-
-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