| commit | bfffb0fa1bdd2ba1bb399caf689eeed5cb1a7d62 | [log] [tgz] |
|---|---|---|
| author | Andrew Walbran <qwandor@google.com> | Tue Nov 05 14:02:34 2019 +0000 |
| committer | Andrew Walbran <qwandor@google.com> | Wed Nov 06 17:15:04 2019 +0000 |
| tree | d230b7c9cd4f85bd9e8abb6b96c48d1fcc234d73 | |
| parent | b27b43520dc4f12ab23f79060b4754d0ddd23e8d [diff] |
Implement SPCI_RXTX_MAP to replace hf_vm_configure. Bug: 132421502 Change-Id: I699f412f5090dead6a4c0dbfdc12f40b5aa8fe20
diff --git a/test/hftest/service.c b/test/hftest/service.c index e0ce071..94adea8 100644 --- a/test/hftest/service.c +++ b/test/hftest/service.c
@@ -98,7 +98,7 @@ /* Prepare the context. */ /* Set up the mailbox. */ - hf_vm_configure(send_addr, recv_addr); + spci_rxtx_map(send_addr, recv_addr); /* Receive the name of the service to run. */ ret = spci_msg_wait();