27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
|
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
|
||
|
index 3840579..3d2680b 100644
|
||
|
--- a/flint/subcommands.cpp
|
||
|
+++ b/flint/subcommands.cpp
|
||
|
@@ -3018,7 +3018,7 @@ FlintStatus SgSubCommand::sgFs2()
|
||
|
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
|
||
|
index be7a913..e7e7b64 100644
|
||
|
--- a/mlxfwops/lib/flint_base.h
|
||
|
+++ b/mlxfwops/lib/flint_base.h
|
||
|
@@ -395,7 +395,7 @@ struct BOARD_ID {
|
||
|
#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
|