2004-03-14 15:06:13 +00:00
|
|
|
#
|
2004-03-14 22:25:36 +00:00
|
|
|
# image should be loaded at 0x01000000
|
2004-03-14 15:06:13 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
TEXT_BASE = 0x01000000
|
2006-09-01 17:49:50 +00:00
|
|
|
|
|
|
|
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
|