From adfa8d725fdb21234d2856cf78c0a0293a53465e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 21 Jun 2011 01:15:24 +0100 Subject: e100: consistent name for e100 fpga files in host code and images build --- host/lib/usrp/e100/e100_impl.hpp | 2 +- images/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp index a38c3b5a1..c7751acf9 100644 --- a/host/lib/usrp/e100/e100_impl.hpp +++ b/host/lib/usrp/e100/e100_impl.hpp @@ -33,7 +33,7 @@ uhd::transport::zero_copy_if::sptr e100_make_mmap_zero_copy(e100_iface::sptr iface); -static const std::string E100_FPGA_FILE_NAME = "usrp_e100_fpga5.bin"; +static const std::string E100_FPGA_FILE_NAME = "usrp_e100_fpga_v2.bin"; static const boost::uint16_t E100_FPGA_COMPAT_NUM = 0x05; static const double E100_DEFAULT_CLOCK_RATE = 64e6; static const size_t E100_NUM_RX_DSPS = 2; diff --git a/images/Makefile b/images/Makefile index 10e3eb7ba..04d828b60 100644 --- a/images/Makefile +++ b/images/Makefile @@ -227,7 +227,7 @@ endif ifdef HAS_XTCLSH _usrp_e100_fpga_dir = $(TOP_FPGA_DIR)/usrp2/top/E1x0 -_usrp_e100_fpga_bin = $(BUILT_IMAGES_DIR)/usrp_e100_fpga.bin +_usrp_e100_fpga_bin = $(BUILT_IMAGES_DIR)/usrp_e100_fpga_v2.bin IMAGES_LIST += $(_usrp_e100_fpga_bin) $(_usrp_e100_fpga_bin): $(GLOBAL_DEPS) -- cgit v1.2.3