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