aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorNick Foster <nick@ettus.com>2012-02-09 10:53:39 -0800
committerNick Foster <nick@ettus.com>2012-02-09 11:39:03 -0800
commit10a4d951a1548a99cfd7ac8c015e0bb18ce5e343 (patch)
tree97dc56cd77681203e511e1e3ea0f847ae29aab66 /host/lib
parentcfba2388ce71121bbadbf0366dbf95f726e78748 (diff)
downloaduhd-10a4d951a1548a99cfd7ac8c015e0bb18ce5e343.tar.gz
uhd-10a4d951a1548a99cfd7ac8c015e0bb18ce5e343.tar.bz2
uhd-10a4d951a1548a99cfd7ac8c015e0bb18ce5e343.zip
B100: Firmware reset tweaks.
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/b100/b100_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp
index ce0b9453b..4c9f93249 100644
--- a/host/lib/usrp/b100/b100_impl.cpp
+++ b/host/lib/usrp/b100/b100_impl.cpp
@@ -181,9 +181,9 @@ b100_impl::b100_impl(const device_addr_t &device_addr){
//load FPGA image, gpif is disabled while loading
this->enable_gpif(false);
_fx2_ctrl->usrp_load_fpga(b100_fpga_image);
+ this->enable_gpif(true);
this->set_reset_fpga(1);
this->set_reset_fpga(0);
- this->enable_gpif(true);
//create the control transport
device_addr_t ctrl_xport_args;