]> Git Repo - J-u-boot.git/blame_incremental - board/trab/config.mk
Add support for a saving build objects in a separate directory.
[J-u-boot.git] / board / trab / config.mk
... / ...
CommitLineData
1#
2# (C) Copyright 2002
3# Gary Jennejohn, DENX Software Engineering, <[email protected]>
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
22sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
23
24ifndef TEXT_BASE
25TEXT_BASE = 0x0DF40000
26endif
This page took 0.021001 seconds and 4 git commands to generate.