blob: 800cc28a11d342a7918012e3e82ae719085c4969 [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001#
2# (C) Copyright 2002
3# Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
4#
5# TRAB board with S3C2400X (arm920t) cpu
6#
7# see http://www.samsung.com/ for more information on SAMSUNG
8#
9
10#
wdenkb0639ca2003-09-17 22:48:07 +000011# TRAB has 1 bank of 16 MB or 32 MB DRAM
wdenkfe8c2802002-11-03 00:38:21 +000012#
13# 0c00'0000 to 0e00'0000
14#
15# Linux-Kernel is expected to be at 0c00'8000, entry 0c00'8000
16#
wdenkb0639ca2003-09-17 22:48:07 +000017# we load ourself to 0CF0'0000 / 0DF0'0000
wdenkfe8c2802002-11-03 00:38:21 +000018#
wdenkb0639ca2003-09-17 22:48:07 +000019# download areas is 0C80'0000
wdenkfe8c2802002-11-03 00:38:21 +000020#
21
Marian Balakowiczf9328632006-09-01 19:49:50 +020022sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
wdenkfe8c2802002-11-03 00:38:21 +000023
wdenkb0639ca2003-09-17 22:48:07 +000024ifndef TEXT_BASE
wdenka8c7c702003-12-06 19:49:23 +000025TEXT_BASE = 0x0DF40000
wdenkb0639ca2003-09-17 22:48:07 +000026endif