summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-05-19 23:14:48 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-24 18:00:01 -0400
commit247888c7ed8a3f71e6eb80bc433414e0c448dfb6 (patch)
tree3888fe87fb3053d3286221a1b30e7e56c3dd1e61 /src/import/chips/p9/xip
parent040e09048981acad382bf262562ebae752cf35a0 (diff)
downloadtalos-hostboot-247888c7ed8a3f71e6eb80bc433414e0c448dfb6.tar.gz
talos-hostboot-247888c7ed8a3f71e6eb80bc433414e0c448dfb6.zip
HW Image: no .overrides section
Removing .overrides from HW image since that is going to be a separate PNOR section. Change-Id: Id5fd18390e757be20ae35e484f47a953368f288b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24832 Tested-by: PPE CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24836 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/xip')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index 6f00e92c2..37befecc9 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -1745,9 +1745,8 @@ typedef enum
P9_XIP_SECTION_HW_PGPE = P9_XIP_SECTIONS_PLUS(3),
P9_XIP_SECTION_HW_IOPPE = P9_XIP_SECTIONS_PLUS(4),
P9_XIP_SECTION_HW_FPPE = P9_XIP_SECTIONS_PLUS(5),
- P9_XIP_SECTION_HW_OVERRIDES = P9_XIP_SECTIONS_PLUS(6),
- P9_XIP_SECTION_HW_RINGS = P9_XIP_SECTIONS_PLUS(7),
- P9_XIP_SECTIONS_HW = P9_XIP_SECTIONS_PLUS(8) // # sections
+ P9_XIP_SECTION_HW_RINGS = P9_XIP_SECTIONS_PLUS(6),
+ P9_XIP_SECTIONS_HW = P9_XIP_SECTIONS_PLUS(7) // # sections
} p9_xip_section_hw_t;
#define P9_XIP_SECTION_NAMES_HW(var) \
@@ -1758,7 +1757,6 @@ typedef enum
".pgpe", \
".ioppe", \
".fppe", \
- ".overrides", \
".rings")
/**************************************************************************/
OpenPOWER on IntegriCloud