blob: e4c5c3b57a052eb8f43987d80b638e757620a518 [file] [log] [blame]
wdenk3d3befa2004-03-14 15:06:13 +00001#
wdenk42dfe7a2004-03-14 22:25:36 +00002# image should be loaded at 0x01000000
wdenk3d3befa2004-03-14 15:06:13 +00003#
4
5TEXT_BASE = 0x01000000
Marian Balakowiczf9328632006-09-01 19:49:50 +02006
7ifneq ($(OBJTREE),$(SRCTREE))
8# We are building u-boot in a separate directory, use generated
9# .lds script from OBJTREE directory.
10LDSCRIPT := $(OBJTREE)/board/$(BOARDDIR)/u-boot.lds
11endif