diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-28 17:51:06 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 17:57:57 -0700 |
commit | 98ed4be20c8d21b8232fd85d414fdcd89edf7776 (patch) | |
tree | e0f5d175372f2ed2d96130c06401ca4fd728ccd9 /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | df7ad7b86fdea39af91b27956721cead357b8d45 (diff) | |
download | uhd-98ed4be20c8d21b8232fd85d414fdcd89edf7776.tar.gz uhd-98ed4be20c8d21b8232fd85d414fdcd89edf7776.tar.bz2 uhd-98ed4be20c8d21b8232fd85d414fdcd89edf7776.zip |
usrp2: remove old pre-release warning
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 47aec08d5..2b541bcf0 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -355,16 +355,6 @@ usrp2_impl::usrp2_impl(const device_addr_t &_device_addr){ } _tree->create<std::string>(mb_path / "fpga_version").set(str(boost::format("%u.%u") % fpga_major % fpga_minor)); - //-------------------------------------------------------------- - if (fpga_minor == 0){ //!!! special temporary check !!!// - throw uhd::runtime_error( - "Detected FPGA pre-release minor version 7.0.\n" - "This host code build requires at least 7.1.\n" - "Please update both firmware and FPGA images\n" - ); - } - //-------------------------------------------------------------- - //lock the device/motherboard to this process _mbc[mb].iface->lock_device(true); |