summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-25 16:08:31 -0800
committerNick Foster <nick@nerdnetworks.org>2011-03-01 18:11:07 -0800
commitc1e1398d011364176761ea815fec88c97a33c9c6 (patch)
treeb791e3bae768cf4e6948d0c2576efe262f19f8ed /host
parent8ff364f409b2648e308668a1ddaf6c1d2e8529b1 (diff)
downloaduhd-c1e1398d011364176761ea815fec88c97a33c9c6.tar.gz
uhd-c1e1398d011364176761ea815fec88c97a33c9c6.tar.bz2
uhd-c1e1398d011364176761ea815fec88c97a33c9c6.zip
usrp-e100: disable the global reset for now
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/usrp_e100/usrp_e100_iface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp
index 076ec2fd6..8ac00c2fe 100644
--- a/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp
+++ b/host/lib/usrp/usrp_e100/usrp_e100_iface.cpp
@@ -110,7 +110,7 @@ public:
}
//very first thing, reset all the wishbone, always do first!
- this->poke32(UE_REG_CLEAR_GLOBAL, 0);
+ //disabled for now: this->poke32(UE_REG_CLEAR_GLOBAL, 0);
mb_eeprom = mboard_eeprom_t(get_i2c_dev_iface(), mboard_eeprom_t::MAP_E100);
}