blob: 88f3beb5aac78c4ab185779bac83ad599ef7ce8a [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001#
2# (C) Copyright 2002
Detlev Zundel792a09e2009-05-13 10:54:10 +02003# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
wdenkfe8c2802002-11-03 00:38:21 +00004#
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
Jean-Christophe PLAGNIOL-VILLARD10a451c2009-05-08 20:24:12 +020027
28LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds