]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/trab/config.mk
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / trab / config.mk
1 #
2 # (C) Copyright 2002
3 # Gary Jennejohn, DENX Software Engineering, <garyj@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 #
11 # TRAB has 1 bank of 16 MB or 32 MB DRAM
12 #
13 # 0c00'0000 to 0e00'0000
14 #
15 # Linux-Kernel is expected to be at 0c00'8000, entry 0c00'8000
16 #
17 # we load ourself to 0CF0'0000  / 0DF0'0000
18 #
19 # download areas is 0C80'0000
20 #
21
22 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
23
24 ifndef TEXT_BASE
25 TEXT_BASE = 0x0DF40000
26 endif
27
28 LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds