summaryrefslogtreecommitdiffstats
path: root/import/tools/imageProcs/sgpe_image.cmd
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-06-03 11:41:07 +0200
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:06:16 -0500
commitb542db64239bb07693242aa8ee285e3860d47bf5 (patch)
tree9bf44bfa9da8a414dd24e55ab6b1fe9ae6bb3395 /import/tools/imageProcs/sgpe_image.cmd
parent473383d5457e1e3300f75da9ddbfadf73facbf71 (diff)
downloadtalos-hcode-b542db64239bb07693242aa8ee285e3860d47bf5.tar.gz
talos-hcode-b542db64239bb07693242aa8ee285e3860d47bf5.zip
HW Image Build Flow: Remove obsolete image sections
These sections have never been used but were integrated into the respective code sections of the CME, SGPE and Restore images. Change-Id: I474206c2f7047cc4beacc33e44e17d0fb9a0a59d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25336 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'import/tools/imageProcs/sgpe_image.cmd')
-rw-r--r--import/tools/imageProcs/sgpe_image.cmd18
1 files changed, 0 insertions, 18 deletions
diff --git a/import/tools/imageProcs/sgpe_image.cmd b/import/tools/imageProcs/sgpe_image.cmd
index 3fc6679d..f9c970e4 100644
--- a/import/tools/imageProcs/sgpe_image.cmd
+++ b/import/tools/imageProcs/sgpe_image.cmd
@@ -88,24 +88,6 @@ SECTIONS
_lvl2_bl_size = . - _lvl2_bl_origin;
////////////////////////////////
- // Vectors
- ////////////////////////////////
- . = ALIGN(8);
- _vect_origin = .;
- _vect_offset = . - _sgpe_image_origin;
- .vect . : { *(.vect) }
- _vect_size = . - _vect_origin;
-
- ////////////////////////////////
- // SGPE Image Header
- ////////////////////////////////
- . = ALIGN(8);
- _sgpe_image_header_origin = .;
- _sgpe_image_header_offset = . - _sgpe_image_origin;
- .sgpe_image_header . : { *(.sgpe_image_header) }
- _sgpe_image_header_size = . - _sgpe_image_header_origin;
-
- ////////////////////////////////
// HCODE
////////////////////////////////
. = ALIGN(8);
OpenPOWER on IntegriCloud