Skip to content

Commit

Permalink
[202211_SPC4_CS] [Mellanox] Remove reset_from_comex from reboot cause…
Browse files Browse the repository at this point in the history
… mapping
  • Loading branch information
keboliu committed Apr 4, 2023
1 parent 347b317 commit cb2e4e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ def initialize_reboot_cause(self):
'reset_hotswap_or_halt' : self.REBOOT_CAUSE_HARDWARE_OTHER,
'reset_voltmon_upgrade_fail': self.REBOOT_CAUSE_HARDWARE_OTHER,
'reset_reload_bios' : self.REBOOT_CAUSE_HARDWARE_BIOS,
'reset_from_comex' : self.REBOOT_CAUSE_HARDWARE_CPU,
'reset_fw_reset' : self.REBOOT_CAUSE_HARDWARE_RESET_FROM_ASIC,
'reset_from_asic' : self.REBOOT_CAUSE_HARDWARE_RESET_FROM_ASIC,
'reset_long_pb' : self.REBOOT_CAUSE_HARDWARE_BUTTON,
Expand Down

0 comments on commit cb2e4e5

Please sign in to comment.