summaryrefslogtreecommitdiff
path: root/board/gcplus/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/gcplus/config.mk')
-rw-r--r--board/gcplus/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/gcplus/config.mk b/board/gcplus/config.mk
new file mode 100644
index 0000000000..57326b8547
--- /dev/null
+++ b/board/gcplus/config.mk
@@ -0,0 +1,13 @@
+#
+# 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.,.
+#
+
+TEXT_BASE = 0xc8f00000