aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/x300/x300_image_loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp
index d3e7c89c1..a6ebbe800 100644
--- a/host/lib/usrp/x300/x300_image_loader.cpp
+++ b/host/lib/usrp/x300/x300_image_loader.cpp
@@ -242,7 +242,7 @@ static void x300_setup_session(x300_session_t& session,
"Found a device but could not auto-generate an image filename.");
} else {
session.filepath =
- find_image_path("usrp" + sanitized_product_name +
+ find_image_path("usrp_" + sanitized_product_name +
"_fpga_" + session.fpga_type + ".bit");
}
} else {