wdenk | 3c2b3d4 | 2005-04-05 23:32:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # Linux-Kernel is expected to be at 1000'8000, |
| 3 | # entry 1000'8000 (mem base + reserved) |
| 4 | # |
| 5 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 6 | sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp |
wdenk | 3c2b3d4 | 2005-04-05 23:32:21 +0000 | [diff] [blame] | 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... |
Heiko Schocher | cb0fdf3 | 2006-05-03 08:34:03 +0200 | [diff] [blame] | 15 | TEXT_BASE = 0x13FD0000 |
wdenk | 3c2b3d4 | 2005-04-05 23:32:21 +0000 | [diff] [blame] | 16 | endif |