summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/vme
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-09 07:17:16 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-09 07:17:16 +0000
commit2398f74c226b891bd67ce9c5b968e1248194231f (patch)
tree756eb8716243879ad15469147527c0a7b9f35a5a /c/src/lib/libbsp/powerpc/shared/vme
parent2007-12-08 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-2398f74c226b891bd67ce9c5b968e1248194231f.tar.bz2
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/vme_universe.c: fixed wrong initialization routine when using Tsi148 driver.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/vme')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c b/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
index 069fa347c8..c2e79b936f 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
+++ b/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
@@ -377,7 +377,7 @@ int BSP_VMEInit()
else
#endif
#if defined(_VME_DRIVER_TSI148)
- if ( 0 == vmeUniverseInit() ) {
+ if ( 0 == vmeTsi148Init() ) {
theOps = &tsiOpsRec;
theDmaOps = &tsiDmaOpsRec;
vmeTsi148Reset();