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