wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 1 | # |
wdenk | 42dfe7a | 2004-03-14 22:25:36 +0000 | [diff] [blame] | 2 | # image should be loaded at 0x01000000 |
wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 3 | # |
4 | |||||
5 | TEXT_BASE = 0x01000000 | ||||
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 6 | |
7 | ifneq ($(OBJTREE),$(SRCTREE)) | ||||
8 | # We are building u-boot in a separate directory, use generated | ||||
9 | # .lds script from OBJTREE directory. | ||||
10 | LDSCRIPT := $(OBJTREE)/board/$(BOARDDIR)/u-boot.lds | ||||
11 | endif |