summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-04 03:31:10 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-04 03:31:10 +0000
commitcca228636c9a3a987de6ee6ce213894e9d9d146f (patch)
tree81ebed9f50234fdc68dc3f1c63481de10742e039
parent Added reference to PR#838 (diff)
downloadrtems-cca228636c9a3a987de6ee6ce213894e9d9d146f.tar.bz2
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h: fixed misuse of _IO_BASE
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
index 30fcfe8372..cbe7669e7f 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-03 Till Straumann <strauman@slac.stanford.edu>
+
+ * include/bsp.h: fixed misuse of _IO_BASE
+
2005-11-03 straumanatslacdotstanforddotedu
* startup/linkcmds: Removed.
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h b/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h
index f83c5f5a23..4cb83f7041 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h
@@ -25,11 +25,11 @@
#include <bsp/bspMvme5500.h>
/* fundamental addresses for this BSP (PREPxxx are from libcpu/io.h) */
-#define _IO_BASE GT64260_REG_BASE
/* PCI0 Domain I/O space */
#define PCI0_IO_BASE 0xf0000000
#define PCI1_IO_BASE 0xf0800000
+#define _IO_BASE PCI0_IO_BASE
/* PCI 0 memory space as seen from the CPU */
#define PCI0_MEM_BASE 0x80000000