blob: e3459133bc2233cb9bd88e2ab8ab579173b38bfb [file] [log] [blame]
wdenk1fe2c702003-03-06 21:55:29 +00001#
wdenk25521902003-09-13 19:01:12 +00002# (C) Copyright 2002, 2003
wdenk1fe2c702003-03-06 21:55:29 +00003# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
4#
5# MPL VCMA9 board with S3C2410X (ARM920T) cpu
6#
7# see http://www.mpl.ch/ for more information about the MPL VCMA9
8#
9
10#
wdenk25521902003-09-13 19:01:12 +000011# MPL VCMA9 has 1 bank of minimal 16 MB DRAM
12# from 0x30000000
wdenk1fe2c702003-03-06 21:55:29 +000013#
14# Linux-Kernel is expected to be at 3000'8000, entry 3000'8000
wdenk25521902003-09-13 19:01:12 +000015# optionally with a ramdisk at 3040'0000
wdenk1fe2c702003-03-06 21:55:29 +000016#
wdenk927034e2004-02-08 19:38:38 +000017# we load ourself to 33F8'0000
wdenk1fe2c702003-03-06 21:55:29 +000018#
wdenk25521902003-09-13 19:01:12 +000019# download area is 3080'0000
wdenk1fe2c702003-03-06 21:55:29 +000020#
21
22
Wolfgang Denk0708bc62010-10-07 21:51:12 +020023#CONFIG_SYS_TEXT_BASE = 0x30F80000
24CONFIG_SYS_TEXT_BASE = 0x33F80000