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

27 lines
1005 B
Diff
Raw Normal View History

2019-08-02 12:50:18 +00:00
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
2022-03-29 15:02:47 +00:00
index 420b82f..0a20bcd 100644
2019-08-02 12:50:18 +00:00
--- a/flint/subcommands.cpp
+++ b/flint/subcommands.cpp
2022-03-29 15:02:47 +00:00
@@ -4484,7 +4484,7 @@ FlintStatus SgSubCommand::sgFs2()
2019-08-02 12:50:18 +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()
{
2021-03-30 11:29:33 +00:00
diff --git a/mlxfwops/lib/flint_base.h b/mlxfwops/lib/flint_base.h
2022-03-29 15:02:47 +00:00
index f3edc43..a85e43d 100644
2021-03-30 11:29:33 +00:00
--- a/mlxfwops/lib/flint_base.h
+++ b/mlxfwops/lib/flint_base.h
2022-03-29 15:02:47 +00:00
@@ -364,7 +364,7 @@ struct GPH {
2021-03-30 11:29:33 +00:00
#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