diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-15 19:06:52 (GMT) |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-15 19:06:52 (GMT) |
commit | 19909edb97140a5ea3139705589bb90e023ab5e1 (patch) | |
tree | 6629766d2355d3c01b96b0c5ee6b9fd73502c943 /board/mpc8349itx/config.mk | |
parent | d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 (diff) | |
parent | 210f463c71917b7a4495c2103c228b9c179ae64d (diff) | |
download | u-boot-19909edb97140a5ea3139705589bb90e023ab5e1.tar.xz |
Merge git://www.denx.de/git/u-boot into merge
Diffstat (limited to 'board/mpc8349itx/config.mk')
-rw-r--r-- | board/mpc8349itx/config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/mpc8349itx/config.mk b/board/mpc8349itx/config.mk index 1901fdc..79f1765 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 |