diff options
| author | Josh Blum <josh@joshknows.com> | 2011-02-25 16:08:31 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-02-25 16:08:31 -0800 | 
| commit | 77641c6f9b634c2153a0613b22ef6717bd2f21c3 (patch) | |
| tree | df5fbcb2f96cb4462cb1b7d083ecf0c93ec37d9a | |
| parent | f57ef3e745c85645faa3e9fd340b16bddfebb0ae (diff) | |
| download | uhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.tar.gz uhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.tar.bz2 uhd-77641c6f9b634c2153a0613b22ef6717bd2f21c3.zip | |
usrp-e100: disable the global reset for now
| -rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_iface.cpp | 2 | 
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);      } | 
