diff options
author | Raja Das <rajadas2@in.ibm.com> | 2017-03-21 03:45:52 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-03-24 00:01:01 -0400 |
commit | 8c6fb88e5ad1f09dc548baa452e0068a4a779f77 (patch) | |
tree | 69e6150364aaec6021d5e83ee1e9d67fe7734b39 /src/import/chips/p9/xip/p9_xip_image.c | |
parent | f4fe98ece45652dc3707ef6bbacb3f9e912ee3d0 (diff) | |
download | talos-sbe-8c6fb88e5ad1f09dc548baa452e0068a4a779f77.tar.gz talos-sbe-8c6fb88e5ad1f09dc548baa452e0068a4a779f77.zip |
Increased the size of buildTag in xip header by another 4Bytes
RTC:170829
Change-Id: I82b6a6fbe0816ab3cf205aa4e7b5dfe1fda2c8bb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38195
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38205
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_image.c')
-rw-r--r-- | src/import/chips/p9/xip/p9_xip_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.c b/src/import/chips/p9/xip/p9_xip_image.c index 548acc1a..c97a3d02 100644 --- a/src/import/chips/p9/xip/p9_xip_image.c +++ b/src/import/chips/p9/xip/p9_xip_image.c @@ -3084,8 +3084,6 @@ p9_xip_translate_header(P9XipHeader* o_dest, const P9XipHeader* i_src) memcpy(o_dest->iv_buildTag, i_src->iv_buildTag, sizeof(i_src->iv_buildTag)); - o_dest->iv_reserved32 = 0; - o_dest->iv_headerVersion = i_src->iv_headerVersion; o_dest->iv_normalized = i_src->iv_normalized; o_dest->iv_tocSorted = i_src->iv_tocSorted; |