summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-25 16:08:31 -0800
committerJosh Blum <josh@joshknows.com>2011-02-25 16:08:31 -0800
commit77641c6f9b634c2153a0613b22ef6717bd2f21c3 (patch)
treedf5fbcb2f96cb4462cb1b7d083ecf0c93ec37d9a /host
parentf57ef3e745c85645faa3e9fd340b16bddfebb0ae (diff)
downloaduhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.tar.gz
uhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.tar.bz2
uhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.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 ad36dd97a..c13e880f3 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);
}