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

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