summaryrefslogtreecommitdiffstats
path: root/tools/image/p9_image_help_base.H
diff options
context:
space:
mode:
authorDerk Rembold <rembold@de.ibm.com>2015-07-15 13:54:54 +0200
committerDerk Rembold <rembold@de.ibm.com>2015-07-22 06:17:20 -0500
commite5a8904be8fc95f8ca9dea795a0b97705b5452e3 (patch)
tree2e61a0839e89505b5afe1ef61e3955a2465a3d1a /tools/image/p9_image_help_base.H
parent90b3e1f28a5786d1befafb50fccb2b865ca0081b (diff)
downloadtalos-sbe-e5a8904be8fc95f8ca9dea795a0b97705b5452e3.tar.gz
talos-sbe-e5a8904be8fc95f8ca9dea795a0b97705b5452e3.zip
add the sections to image with right name
added intX handling added baseloader creation. Loader added into loader_text section removed main in base loader Change-Id: Ic0a8a1999d49502907d638b7b73852bc5ce9bc39 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19098 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Derk Rembold <rembold@de.ibm.com> Tested-by: Derk Rembold <rembold@de.ibm.com>
Diffstat (limited to 'tools/image/p9_image_help_base.H')
-rw-r--r--tools/image/p9_image_help_base.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image/p9_image_help_base.H b/tools/image/p9_image_help_base.H
index 9d13b2f4..ff5ce70b 100644
--- a/tools/image/p9_image_help_base.H
+++ b/tools/image/p9_image_help_base.H
@@ -28,7 +28,7 @@ const uint64_t MAX_UINT64_T = (uint64_t)0xFFFFFFFF<<32 | (uint64_t)0
const uint8_t RING_SECTION_ID[] = {
SBE_XIP_SECTION_RINGS,
- SBE_XIP_SECTION_DCRINGS,
+ SBE_XIP_SECTION_OVERLAYS,
};
const uint8_t RING_SECTION_ID_SIZE = sizeof(RING_SECTION_ID) / sizeof(RING_SECTION_ID[0]);
OpenPOWER on IntegriCloud