From 093110f4706e5b617b803d7687926e5331f87582 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Sun, 23 Jul 2017 23:31:16 -0500 Subject: Set size of enum CHIPLET_TYPE Change-Id: Ide0c37de7a6b02d15302b5fea3677ac1fc19bf82 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43469 Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: RAJA DAS Reviewed-by: Shakeeb A. Pasha B K Reviewed-by: PARVATHI RACHAKONDA Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43471 --- src/import/chips/p9/utils/imageProcs/p9_ringId.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.H b/src/import/chips/p9/utils/imageProcs/p9_ringId.H index 7ba216de..bd89194d 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_ringId.H +++ b/src/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, -- cgit v1.2.1