2 # Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com
8 # Valid values for TEXT_BASE are:
10 # 0xFFF00000 boot high (standard configuration)
12 # 0x00100000 boot from RAM (for testing only)
15 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
18 ## Standard: boot high
19 TEXT_BASE = 0xFFF00000
20 ## For testing: boot from RAM
21 # TEXT_BASE = 0x00100000
24 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board