3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
5 # TRAB board with S3C2400X (arm920t) cpu
7 # see http://www.samsung.com/ for more information on SAMSUNG
11 # TRAB has 1 bank of 16 MB or 32 MB DRAM
13 # 0c00'0000 to 0e00'0000
15 # Linux-Kernel is expected to be at 0c00'8000, entry 0c00'8000
17 # we load ourself to 0CF0'0000 / 0DF0'0000
19 # download areas is 0C80'0000
22 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
24 ifndef CONFIG_SYS_TEXT_BASE
25 CONFIG_SYS_TEXT_BASE = 0x0DF40000
28 LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds