From 46febf986ae5e89ebb0c350fd9aa42aaa6383997 Mon Sep 17 00:00:00 2001 From: Paul David Date: Wed, 11 Jan 2017 13:08:59 -0500 Subject: x300: Remove XB clearing since it seems to have no effect --- host/lib/usrp/x300/x300_impl.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'host/lib/usrp/x300') diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 9668c8316..cd85ea141 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -877,14 +877,6 @@ void x300_impl::setup_mb(const size_t mb_i, const uhd::device_addr_t &dev_addr) } } - //////////////////////////////////////////////////////////////////// - //clear router? - //////////////////////////////////////////////////////////////////// - for (size_t i = 0; i < 512; i++) { - mb.zpu_ctrl->poke32(SR_ADDR(SETXB_BASE, i), 0); - } - - //////////////////////////////////////////////////////////////////// // setup time sources and properties //////////////////////////////////////////////////////////////////// -- cgit v1.2.3