Revert "Revert "Add chassis identify ipmi command.""

This reverts commit 82feb17d0c244ed04b82b0fbed3c0a9456986a86.

The fix for armv5 futures is provided in yocto 2.4

Resolves openbmc/openbmc#3010

Change-Id: Ifc7e224f6f1fa115e0299642e8866b82d6e4f38c
diff --git a/chassishandler.h b/chassishandler.h
index 528a05d..c626158 100644
--- a/chassishandler.h
+++ b/chassishandler.h
@@ -10,8 +10,9 @@
     IPMI_CMD_GET_CHASSIS_CAP      = 0x00,
     // Chassis Status
     IPMI_CMD_CHASSIS_STATUS       = 0x01,
-	// Chassis Control
-	IPMI_CMD_CHASSIS_CONTROL	  = 0x02,
+    // Chassis Control
+    IPMI_CMD_CHASSIS_CONTROL      = 0x02,
+    IPMI_CMD_CHASSIS_IDENTIFY     = 0x04,
     // Get capability bits
     IPMI_CMD_SET_SYS_BOOT_OPTIONS = 0x08,
     IPMI_CMD_GET_SYS_BOOT_OPTIONS = 0x09,