summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-08-17 13:51:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-07 10:28:52 -0500
commite859413ac33a2fb410c83cc8af4bf755181791e9 (patch)
tree85eeb14553a459f99bdaa3bfb61b8323d8de08da /src/build/mkrules/hbfw
parente11fc0f4d161de3c24452ec3de9f023d60742181 (diff)
downloadtalos-hostboot-e859413ac33a2fb410c83cc8af4bf755181791e9.tar.gz
talos-hostboot-e859413ac33a2fb410c83cc8af4bf755181791e9.zip
Re-enable PNORDD fake-pnor test cases
Setup fake-pnor related test cases to malloc memory and treat as fake-pnor. This allows testing fake-pnor without requiring a reserved chunk of L3 to use as fake-pnor space. Change-Id: I24d7176b8ae7ff57839b1f5349be86d7d239ee58 RTC: 44938 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1557 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw')
-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 1fef2c866..4744085b6 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -100,7 +100,7 @@ BUILD_SPECIFIC_IMAGE: .SPECTARG ${IMAGE_TARGET}
${IMAGE_TARGET}: ${IMAGE_LAYOUT} ${IMAGE_BINS} ${PNOR_BUILD_SCRIPT}
${PNOR_BUILD_SCRIPT} --pnorOutBin ${IMAGE_TARGET} \
- --pnorLayout ${IMAGE_LAYOUT} \
+ ${TARGET_TEST:b--test} --pnorLayout ${IMAGE_LAYOUT} \
${IMAGE_BIN_OPTION} --ffsCmd "${FFSCMD}"
.endif
OpenPOWER on IntegriCloud