Inventory: Add chassis fru data

Change-Id: Idc83199d584ffe6d1b66debcb36244dd393495d0
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/frup.cpp b/frup.cpp
index fdb34cf..f6ff8b4 100644
--- a/frup.cpp
+++ b/frup.cpp
@@ -853,9 +853,8 @@
                                          std::to_string(chassis_type));
                 continue;
             }
+            _append_to_dict (i, vpd_info[i].type_length_field, info);
           }
-          //@TODO via https://github.com/openbmc/openbmc/issues/1091 - handle
-          //chassis FRU area.
         break;
     case IPMI_FRU_AREA_BOARD_INFO:
 #if IPMI_FRU_PARSER_DEBUG