diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-10 07:51:33 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-10 07:51:33 +0100 |
commit | 6d5daec36db0c0f4edd64699d64e8e041c6fad4a (patch) | |
tree | 1829103393e9be6cc2b5bab7a3ba1c23d8e94758 /host/usrp_e_utils | |
parent | b60418e93a8c473372d14cd5fdf430afa6e8fed4 (diff) | |
download | uhd-6d5daec36db0c0f4edd64699d64e8e041c6fad4a.tar.gz uhd-6d5daec36db0c0f4edd64699d64e8e041c6fad4a.tar.bz2 uhd-6d5daec36db0c0f4edd64699d64e8e041c6fad4a.zip |
usrp-e100: use misc test32 register to store fpga hash
Diffstat (limited to 'host/usrp_e_utils')
-rw-r--r-- | host/usrp_e_utils/usrp-e-utility.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/usrp_e_utils/usrp-e-utility.cpp b/host/usrp_e_utils/usrp-e-utility.cpp index b926cf49d..47a2c0900 100644 --- a/host/usrp_e_utils/usrp-e-utility.cpp +++ b/host/usrp_e_utils/usrp-e-utility.cpp @@ -64,9 +64,6 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ " usrp-e-utility --reclk --fpga=/usr/share/uhd/images/usrp_e1xx_pt_fpga.bin" ); clock_genconfig_main(); - if (std::system("rm /tmp/usrp*hash") != 0){ //clear hash so driver must reload - std::cerr << "No hash to remove! Don't worry, its not a problem." << std::endl; - } } std::cout << "Done!" << std::endl; |