summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw/img/makefile
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-07-08 08:39:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-07 21:47:23 -0400
commitb1c41b480f30ec5dc7509e8889b71db7b0528590 (patch)
tree129e5cfa29998024487bb698754cc49b570fbd74 /src/build/mkrules/hbfw/img/makefile
parent5d339a08975a2f351b1831057a2b8704db829f01 (diff)
downloadtalos-hostboot-b1c41b480f30ec5dc7509e8889b71db7b0528590.tar.gz
talos-hostboot-b1c41b480f30ec5dc7509e8889b71db7b0528590.zip
Increase HBD size for VPO
Change-Id: I3a6435038a693844444e3be33eb6d2f49f0702d5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26775 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw/img/makefile')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index d003c8ac2..951fe4113 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -293,7 +293,7 @@ inject_ecc: build_sbe_partitions
dd if=${${NIMBUS_TARG_IMG}:P} of=${TEMP_IMG} ibs=1024k conv=sync; \
ecc --inject ${TEMP_IMG} --output ${NIMBUS_TARG_IMG_ECC} --p8; \
#for NIMBUS fake pnor skip version header
- dd if=${${NIMBUS_VPO_TARG_IMG}:P} of=${NIMBUS_TARG_IMG_FAKE} ibs=4k count=32 skip=1 conv=sync; \
+ dd if=${${NIMBUS_VPO_TARG_IMG}:P} of=${NIMBUS_TARG_IMG_FAKE} ibs=4k count=40 skip=1 conv=sync; \
# SBE partition
dd if=${${NIMBUS_SBE_IMG}:P} of=${TEMP_IMG} ibs=256k conv=sync; \
ecc --inject ${TEMP_IMG} --output ${NIMBUS_SBE_IMG_ECC} --p8; \
OpenPOWER on IntegriCloud