diff options
author | Wolfgang Denk <wd@denx.de> | 2011-09-05 14:37:31 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-07 21:46:40 +0200 |
commit | 3d575739863a723ac3e74d748236d09e8abc0bec (patch) | |
tree | 466d9d562bd4f8d3a172722550714e8f2af59ac3 /board/lart/config.mk | |
parent | c1f8750f9f15a81e40566f2be6fe359649e91a00 (diff) |
ARM: remove broken "lart" board.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Alex Züpke <azu@sysgo.de>
Diffstat (limited to 'board/lart/config.mk')
-rw-r--r-- | board/lart/config.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/board/lart/config.mk b/board/lart/config.mk deleted file mode 100644 index b6b5e4da322..00000000000 --- a/board/lart/config.mk +++ /dev/null @@ -1,23 +0,0 @@ -# -# LART board with SA1100 cpu -# -# see http://www.lart.tudelft.nl/ for more information on LART -# - -# -# LART has 4 banks of 8 MB DRAM -# -# c000'0000 -# c100'0000 -# c800'0000 -# c900'0000 -# -# Linux-Kernel is expected to be at c000'8000, entry c000'8000 -# -# we load ourself to c178'0000, the upper 1 MB of second bank -# -# download areas is c800'0000 -# - - -CONFIG_SYS_TEXT_BASE = 0xc1780000 |