]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/samsung/smdk6400/config.mk
spi: mxc_spi: Set master mode for all channels
[karo-tx-uboot.git] / board / samsung / smdk6400 / config.mk
1 #
2 # (C) Copyright 2002
3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
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
24 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
25
26 ifndef CONFIG_NAND_SPL
27 CONFIG_SYS_TEXT_BASE = $(RAM_TEXT)
28 else
29 CONFIG_SYS_TEXT_BASE = 0
30 endif