Blame SOURCES/replace-mlxfwreset-with-mstfwreset-in-mstflint-message.patch

709518
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
ed5c34
index b47ff0a..d3a6561 100644
709518
--- a/flint/subcommands.cpp
709518
+++ b/flint/subcommands.cpp
ed5c34
@@ -4626,7 +4626,7 @@ FlintStatus SgSubCommand::sgFs2()
709518
     return FLINT_SUCCESS;
709518
 }
709518
 
709518
-#define FW_RESET_MSG "To load new configuration run mlxfwreset or reboot machine"
709518
+#define FW_RESET_MSG "To load new configuration run mstfwreset or reboot machine"
709518
 
709518
 FlintStatus SgSubCommand::sgFs3()
709518
 {
2fee8b
diff --git a/mlxfwops/lib/flint_base.h b/mlxfwops/lib/flint_base.h
ed5c34
index 603d932..4dc12b8 100644
2fee8b
--- a/mlxfwops/lib/flint_base.h
2fee8b
+++ b/mlxfwops/lib/flint_base.h
ed5c34
@@ -388,7 +388,7 @@ struct BOARD_ID {
2fee8b
 #define TRACER_HASH_SECT   "Tracer Hash section"
2fee8b
 #define REBOOT_REQUIRED_STR "To load new FW run reboot machine."
2fee8b
 #ifndef MST_UL
2fee8b
-#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mlxfwreset or reboot machine."
2fee8b
+#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
2fee8b
 #else
2fee8b
 #define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
2fee8b
 #endif