blob: d55daa41d9f35780265bfa2a98bce523bb049bce [file] [log] [blame]
wdenke085e5b2005-04-05 23:32:21 +00001#
2# Linux-Kernel is expected to be at 1000'8000,
3# entry 1000'8000 (mem base + reserved)
4#
5
Marian Balakowiczd62379d2006-09-01 19:49:50 +02006sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
wdenke085e5b2005-04-05 23:32:21 +00007
8ifeq ($(VOICEBLUE_SMALL_FLASH),y)
9# We load ourself to internal SRAM at 2001'2000
10# Check map file when changing TEXT_BASE.
11# Everything has fit into 192kB internal SRAM!
12TEXT_BASE = 0x20012000
13else
14# Running in SDRAM...
Heiko Schocher8651ec62006-05-03 08:34:03 +020015TEXT_BASE = 0x13FD0000
wdenke085e5b2005-04-05 23:32:21 +000016endif