summaryrefslogtreecommitdiff
path: root/board/logodl/config.mk
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-19 23:04:19 +0000
committerwdenk <wdenk>2003-06-19 23:04:19 +0000
commit52f52c1494eedaeacccad6e2331f4f638b48f5ab (patch)
treeef44c22a2c583fe9b136ae6f38bbb42ef6a71df0 /board/logodl/config.mk
parent48b42616e928ce6eacfe20276a1614e2b27ac4b5 (diff)
Patches by Robert Schwebel, 14 Jun 2003:
- add support for Logotronic DL datalogger board - cleanup serial line after kermit binary download - add debugX macro (debug level support) - update mach-types.h to latest arm.linux.org.uk master list.
Diffstat (limited to 'board/logodl/config.mk')
-rw-r--r--board/logodl/config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/logodl/config.mk b/board/logodl/config.mk
new file mode 100644
index 000000000..416635798
--- /dev/null
+++ b/board/logodl/config.mk
@@ -0,0 +1,15 @@
+#
+# Linux-Kernel is expected to be at c000'8000, entry c000'8000
+#
+# we load ourself to c170'0000, the upper 1 MB of second bank
+#
+# download areas is c800'0000
+#
+
+#TEXT_BASE = 0
+
+# FIXME: armboot does only work correctly when being compiled
+# # for the addresses _after_ relocation to RAM!! Otherwhise the
+# # .bss segment is assumed in flash...
+#
+TEXT_BASE = 0x083E0000