summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2016-12-06 10:44:50 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:53:40 -0500
commit44c0424ec40967bd78ba67639648c128e3d96049 (patch)
tree3499152f0d582108e9087ee2a5d6674bfe7f378e /import/hwpf
parent6859dcba65f92c573b83b3673a88964294b16301 (diff)
downloadtalos-hcode-44c0424ec40967bd78ba67639648c128e3d96049.tar.gz
talos-hcode-44c0424ec40967bd78ba67639648c128e3d96049.zip
SBE: Handle error part in putring code
Change-Id: I11391e341b688a38a672a657494a5f1e29542489 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33467 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/return_code_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/hwpf/fapi2/include/return_code_defs.H b/import/hwpf/fapi2/include/return_code_defs.H
index a079ab77..9651481c 100644
--- a/import/hwpf/fapi2/include/return_code_defs.H
+++ b/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