2002-11-03 00:38:21 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2002
|
2009-05-13 08:54:10 +00:00
|
|
|
# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
|
2002-11-03 00:38:21 +00:00
|
|
|
#
|
|
|
|
# TRAB board with S3C2400X (arm920t) cpu
|
|
|
|
#
|
|
|
|
# see http://www.samsung.com/ for more information on SAMSUNG
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2003-09-17 22:48:07 +00:00
|
|
|
# TRAB has 1 bank of 16 MB or 32 MB DRAM
|
2002-11-03 00:38:21 +00:00
|
|
|
#
|
|
|
|
# 0c00'0000 to 0e00'0000
|
|
|
|
#
|
|
|
|
# Linux-Kernel is expected to be at 0c00'8000, entry 0c00'8000
|
|
|
|
#
|
2003-09-17 22:48:07 +00:00
|
|
|
# we load ourself to 0CF0'0000 / 0DF0'0000
|
2002-11-03 00:38:21 +00:00
|
|
|
#
|
2003-09-17 22:48:07 +00:00
|
|
|
# download areas is 0C80'0000
|
2002-11-03 00:38:21 +00:00
|
|
|
#
|
|
|
|
|
2006-09-01 17:49:50 +00:00
|
|
|
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
2002-11-03 00:38:21 +00:00
|
|
|
|
2003-09-17 22:48:07 +00:00
|
|
|
ifndef TEXT_BASE
|
2003-12-06 19:49:23 +00:00
|
|
|
TEXT_BASE = 0x0DF40000
|
2003-09-17 22:48:07 +00:00
|
|
|
endif
|
2009-05-08 18:24:12 +00:00
|
|
|
|
|
|
|
LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds
|