summaryrefslogtreecommitdiff
path: root/board/gcplus/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-09-05 14:37:29 +0200
committerWolfgang Denk <wd@denx.de>2011-09-07 21:46:40 +0200
commit2c650e20107917ed90a36ca574a6816fb5d3342e (patch)
tree438d48bea67cd18e004687e7b47747f695e401aa /board/gcplus/config.mk
parent26e670ea434838d1939dc3adf7b7cc79189b2171 (diff)
ARM: remove broken "gcplus" board.
Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: George G. Davis <gdavis@mvista.com>
Diffstat (limited to 'board/gcplus/config.mk')
-rw-r--r--board/gcplus/config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/gcplus/config.mk b/board/gcplus/config.mk
deleted file mode 100644
index a9bd3ff010..0000000000
--- a/board/gcplus/config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# ADS GCPlus board with SA1110 cpu
-#
-# The ADS GCPlus has 2 banks of 16 MiB SDRAM
-#
-# We use the ADS GCPlus Linux boot ROM to load U-Boot into SDRAM
-# at c020'0000 and then move ourself to c8f0'0000. Basically, just
-# install the U-Boot binary as you would the Linux zImage and then
-# reap the benfits of more convenient Linux development cycles, i.e.
-# bootp;tftp;bootm, repeat, etc.,.
-#
-
-CONFIG_SYS_TEXT_BASE = 0xc8f00000