]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/samsung/smdk6400/config.mk
Fix e-mail address of Gary Jennejohn.
[people/ms/u-boot.git] / board / samsung / smdk6400 / config.mk
CommitLineData
11edcfe2
GL
1#
2# (C) Copyright 2002
792a09eb 3# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
11edcfe2
GL
4# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
5#
6# (C) Copyright 2008
7# Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
8#
9# SAMSUNG SMDK6400 board with mDirac3 (ARM1176) cpu
10#
11# see http://www.samsung.com/ for more information on SAMSUNG
12
13# On SMDK6400 we use the 64 MB SDRAM bank at
14#
15# 0x50000000 to 0x58000000
16#
17# Linux-Kernel is expected to be at 0x50008000, entry 0x50008000
18#
19# we load ourselves to 0x57e00000 without MMU
20# with MMU, load address is changed to 0xc7e00000
21#
22# download area is 0x5000c000
23
24sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
25
26ifndef CONFIG_NAND_SPL
27TEXT_BASE = $(RAM_TEXT)
28else
29TEXT_BASE = 0
30endif