mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
e4943ec574
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11 lines
258 B
Makefile
11 lines
258 B
Makefile
#
|
|
# 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
|