blob: c73cd27bf105ac9f2c308ca3584b25c4ba4676f9 [file] [log] [blame]
wdenk3c2b3d42005-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
6sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
7
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...
15TEXT_BASE = 0x13000000
16endif