summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/xip/p9_image_help_base.H
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/xip/p9_image_help_base.H')
-rw-r--r--import/chips/p9/xip/p9_image_help_base.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/import/chips/p9/xip/p9_image_help_base.H b/import/chips/p9/xip/p9_image_help_base.H
index 7b1e550c..4aa23885 100644
--- a/import/chips/p9/xip/p9_image_help_base.H
+++ b/import/chips/p9/xip/p9_image_help_base.H
@@ -45,6 +45,13 @@ const uint32_t WF_WORST_CASE_SIZE_FAC = 4; // WC WF size = 3x ring length.
const uint32_t LISTING_STRING_SIZE = 256;
const uint64_t MAX_UINT64_T = (uint64_t)0xFFFFFFFF << 32 | (uint64_t)0xFFFFFFFF;
+//const uint8_t RING_SECTION_ID[] =
+//{
+// P9_XIP_SECTION_RINGS,
+// P9_XIP_SECTION_OVERLAYS,
+//};
+//const uint8_t RING_SECTION_ID_SIZE = sizeof(RING_SECTION_ID) / sizeof(RING_SECTION_ID[0]);
+
#ifdef __cplusplus
extern "C" {
#endif
OpenPOWER on IntegriCloud