summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frup.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/frup.cpp b/frup.cpp
index fdb34cf..f6ff8b4 100644
--- a/frup.cpp
+++ b/frup.cpp
@@ -853,9 +853,8 @@ int parse_fru_area (const uint8_t area, const void* msgbuf,
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
OpenPOWER on IntegriCloud