teknoraver / rpms / mstflint

Forked from rpms/mstflint a month ago
Clone

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

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