From 98ed4be20c8d21b8232fd85d414fdcd89edf7776 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 28 Sep 2011 17:51:06 -0700 Subject: usrp2: remove old pre-release warning --- host/lib/usrp/usrp2/usrp2_impl.cpp | 10 ---------- 1 file changed, 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(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); -- cgit v1.2.3