]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/voiceblue/config.mk
b77c91c65ea6d478248c89b8f20bc93df2a61da6
[karo-tx-uboot.git] / board / voiceblue / config.mk
1 #
2 # Linux-Kernel is expected to be at 1000'8000,
3 # entry 1000'8000 (mem base + reserved)
4 #
5
6 sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
7
8 ifeq ($(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!
12 TEXT_BASE = 0x20012000
13 else
14 # Running in SDRAM...
15 TEXT_BASE = 0x13FD0000
16 endif