7ee30142cfbcf3a8d19a48978c3ed85dd420289a
[pandora-x-loader.git] / board / overo / config.mk
1 #
2 # (C) Copyright 2006
3 # Texas Instruments, <www.ti.com>
4 #
5 # Overo board uses TI OMAP35xx (ARM-CortexA8) cpu
6 # see http://www.ti.com/ for more information on Texas Instruments
7 #
8 # Overo has 1 bank of 128MB mPOP-SDRAM on CS0
9 # Physical Address:
10 # 8000'0000 (bank0)
11
12 # For use if you want X-Loader to relocate from SRAM to DDR
13 #TEXT_BASE = 0x80e80000
14
15 # For XIP in 64K of SRAM or debug (GP device has it all availabe)
16 # SRAM 40200000-4020FFFF base
17 # initial stack at 0x4020fffc used in s_init (below xloader).
18 # The run time stack is (above xloader, 2k below)
19 # If any globals exist there needs to be room for them also
20 TEXT_BASE = 0x40200800