From 909fcd80f53b9afeb8ca08fff06ea560668f9e7a Mon Sep 17 00:00:00 2001 From: Stepan Blyschak Date: Fri, 15 Mar 2024 12:47:37 +0200 Subject: [PATCH] Remove fast-reboot check Signed-off-by: Stepan Blyschak --- .../mellanox/mlnx-platform-api/sonic_platform/modules_mgmt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/mellanox/mlnx-platform-api/sonic_platform/modules_mgmt.py b/platform/mellanox/mlnx-platform-api/sonic_platform/modules_mgmt.py index 56b61c53ca1e..10f7ba43f2f0 100644 --- a/platform/mellanox/mlnx-platform-api/sonic_platform/modules_mgmt.py +++ b/platform/mellanox/mlnx-platform-api/sonic_platform/modules_mgmt.py @@ -69,7 +69,6 @@ PROC_CMDLINE = "/proc/cmdline" CMDLINE_STR_TO_LOOK_FOR = 'SONIC_BOOT_TYPE=' CMDLINE_VAL_TO_LOOK_FOR = 'fastfast' -CMDLINE_VAL_TO_LOOK_FOR_FAST_REBOOT = 'fast-reboot' MAX_EEPROM_ERROR_RESET_RETRIES = 4