diff options
author | Paul David <pudavid@fastmail.com> | 2017-01-11 13:08:59 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-01-16 18:12:31 -0800 |
commit | 46febf986ae5e89ebb0c350fd9aa42aaa6383997 (patch) | |
tree | 7d5d70e25e65c6214c78354ac5026fb07fa65cb3 /host/lib/usrp | |
parent | 75f3270d0cc199bf0665bc1612fe8e1b020aee1f (diff) | |
download | uhd-46febf986ae5e89ebb0c350fd9aa42aaa6383997.tar.gz uhd-46febf986ae5e89ebb0c350fd9aa42aaa6383997.tar.bz2 uhd-46febf986ae5e89ebb0c350fd9aa42aaa6383997.zip |
x300: Remove XB clearing since it seems to have no effect
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -878,14 +878,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 //////////////////////////////////////////////////////////////////// _tree->create<std::string>(mb_path / "time_source" / "value") |