blob: e4c5c3b57a052eb8f43987d80b638e757620a518 [file] [log] [blame]
#
# 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