From c6c65f5069815df664e4636f5beb661ad85e0d72 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 14 Mar 2011 03:13:56 -0700 Subject: usrp_e : Remove commented out FPGA reset code. The reset is done in the device driver open. Reseting from uhd is bad because the driver has to re-initialize the spi and i2c controllers after resetting the fpga. --- host/lib/usrp/usrp_e100/usrp_e100_iface.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host') diff --git a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp index 45e57f301..ec0baf490 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp @@ -109,9 +109,6 @@ public: throw uhd::io_error("Failed to open " + node); } - //very first thing, reset all the wishbone, always do first! - //disabled for now: this->poke32(UE_REG_CLEAR_GLOBAL, 0); - mb_eeprom = mboard_eeprom_t(get_i2c_dev_iface(), mboard_eeprom_t::MAP_E100); } -- cgit v1.2.3