summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/return_code_defs.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/return_code_defs.H')
-rw-r--r--src/import/hwpf/fapi2/include/return_code_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/return_code_defs.H b/src/import/hwpf/fapi2/include/return_code_defs.H
index be7bbf4bd..7f587aff0 100644
--- a/src/import/hwpf/fapi2/include/return_code_defs.H
+++ b/src/import/hwpf/fapi2/include/return_code_defs.H
@@ -112,7 +112,7 @@ enum ReturnCodes : uint32_t
//Operation on putring fail because of decode length greater than actual
//ring length.
- FAPI2_RC_PLAT_RING_ID_NOT_FOUND_IN_RS4_IMAGE = FAPI2_RC_PLAT_MASK | 0x06,
+ FAPI2_RC_PLAT_RS4_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x06,
//Operation on putring fail because of ringId not found in RS4 image
};
OpenPOWER on IntegriCloud