blob: 4ab1d7e547724992d5b6ed2f473de000754f5a6c [file] [log] [blame]
Guennadi Liakhovetski11edcfe2008-08-31 00:39:47 +02001#
2# (C) Copyright 2002
Detlev Zundel792a09e2009-05-13 10:54:10 +02003# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
Guennadi Liakhovetski11edcfe2008-08-31 00:39:47 +02004# 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
Jean-Christophe PLAGNIOL-VILLARD10a451c2009-05-08 20:24:12 +020031
32LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot-nand.lds