Skip to content

Commit 946d276

Browse files
authored
[Mellanox] Remove reset_from_comex from reboot cause mapping (#15793) (#16039)
1 parent 86c1bf5 commit 946d276

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • platform/mellanox/mlnx-platform-api/sonic_platform

platform/mellanox/mlnx-platform-api/sonic_platform/chassis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ def initialize_reboot_cause(self):
731731
'reset_hotswap_or_halt' : self.REBOOT_CAUSE_HARDWARE_OTHER,
732732
'reset_voltmon_upgrade_fail': self.REBOOT_CAUSE_HARDWARE_OTHER,
733733
'reset_reload_bios' : self.REBOOT_CAUSE_HARDWARE_BIOS,
734-
'reset_from_comex' : self.REBOOT_CAUSE_HARDWARE_CPU,
735734
'reset_fw_reset' : self.REBOOT_CAUSE_HARDWARE_RESET_FROM_ASIC,
736735
'reset_from_asic' : self.REBOOT_CAUSE_HARDWARE_RESET_FROM_ASIC,
737736
'reset_long_pb' : self.REBOOT_CAUSE_HARDWARE_BUTTON,

0 commit comments

Comments
 (0)