blob: 5b8d952ba6d26f9384dd98a7620c51c299749ac9 [file] [log] [blame]
wdenk1eaeb582004-06-08 00:22:43 +00001#
2# (C) Copyright 2002-2004
Detlev Zundel792a09e2009-05-13 10:54:10 +02003# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
wdenk1eaeb582004-06-08 00:22:43 +00004# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
5#
6# (C) Copyright 2003
7# Texas Instruments, <www.ti.com>
8# Kshitij Gupta <Kshitij@ti.com>
9#
10# (C) Copyright 2004
11# Texas Instruments, <www.ti.com>
12# Rishi Bhattacharya <rishi@ti.com>
13#
14# TI OSK board with OMAP5912 (ARM925EJS) cpu
15# see http://www.ti.com/ for more information on Texas Instruments
16#
Jon Hunter5faba1e2013-04-09 16:41:30 -050017# OSK has 1 bank of 32 MB SDRAM
wdenk1eaeb582004-06-08 00:22:43 +000018# Physical Address:
Jon Hunter5faba1e2013-04-09 16:41:30 -050019# 1000'0000 to 1200'0000
wdenk1eaeb582004-06-08 00:22:43 +000020#
21#
22# Linux-Kernel is expected to be at 1000'8000, entry 1000'8000
23# (mem base + reserved)
24#
Jon Hunter5faba1e2013-04-09 16:41:30 -050025# When running from RAM use address 1108'0000, otherwise when
26# booting from NOR flash link to address 0000'0000.
wdenk1eaeb582004-06-08 00:22:43 +000027#
28
Jon Hunter5faba1e2013-04-09 16:41:30 -050029CONFIG_SYS_TEXT_BASE = 0x00000000
30#CONFIG_SYS_TEXT_BASE = 0x11080000