diff options
| author | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-07-23 23:31:16 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 18:33:59 -0500 |
| commit | 1103d80c090ed1ebdbf55f92f61ce74bc1213665 (patch) | |
| tree | 7978b04ebfdb8abb7d3b1c9382d89db44eb0a4b1 /import | |
| parent | 01babfd4267d7e52afe57f16ffc2e433ba9e123d (diff) | |
| download | talos-hcode-1103d80c090ed1ebdbf55f92f61ce74bc1213665.tar.gz talos-hcode-1103d80c090ed1ebdbf55f92f61ce74bc1213665.zip | |
Set size of enum CHIPLET_TYPE
Change-Id: Ide0c37de7a6b02d15302b5fea3677ac1fc19bf82
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43469
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
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: RAJA DAS <rajadas2@in.ibm.com>
Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com>
Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_ringId.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_ringId.H b/import/chips/p9/utils/imageProcs/p9_ringId.H index 9f68a229..4dc47c8c 100644 --- a/import/chips/p9/utils/imageProcs/p9_ringId.H +++ b/import/chips/p9/utils/imageProcs/p9_ringId.H @@ -196,7 +196,7 @@ enum RINGTYPE }; //end of RS4 namespace -enum CHIPLET_TYPE +enum CHIPLET_TYPE : uint8_t { PERV_TYPE, N0_TYPE, |

