File: config.mk

package info (click to toggle)
x-loader 1.5.1%2Bgit20110715%2Bfca7cd2-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,312 kB
  • sloc: ansic: 14,732; asm: 823; makefile: 365; sh: 45
file content (19 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# (C) Copyright 2006
# Texas Instruments, <www.ti.com>
#
# OMAP3EVM board uses OMAP3430 (ARM-CortexA8) cpu
# see http://www.ti.com/ for more information on Texas Instruments#
#
# OMAP3EVM has 1 bank of 128MB mPOP-SDRAM on CS0
# Physical Address:
# 8000'0000 (bank0)

# For use if you want X-Loader to relocate from SRAM to DDR
#TEXT_BASE = 0x80e80000

# For XIP in 64K of SRAM or debug (GP device has it all availabe)
# SRAM 40200000-4020FFFF base
# initial stack at 0x4020fffc used in s_init (below xloader).
# The run time stack is (above xloader, 2k below)
# If any globals exist there needs to be room for them also
TEXT_BASE = 0x40200800