config.mk 258 B

1234567891011
  1. #
  2. # image should be loaded at 0x01000000
  3. #
  4. TEXT_BASE = 0x01000000
  5. ifneq ($(OBJTREE),$(SRCTREE))
  6. # We are building u-boot in a separate directory, use generated
  7. # .lds script from OBJTREE directory.
  8. LDSCRIPT := $(OBJTREE)/board/$(BOARDDIR)/u-boot.lds
  9. endif