summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hbDistribute
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-11-06 16:51:54 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-19 15:40:17 -0500
commitf4d54e9c85b36d7d557003ebdfbeb3182636e904 (patch)
tree6ebabc54b1cf9de8bdbf1a8bf11c8a3e1ddb4968 /src/build/tools/hbDistribute
parent1f2edbc95b80c24c9eef2f0be50fbefda7b04780 (diff)
downloadtalos-hostboot-f4d54e9c85b36d7d557003ebdfbeb3182636e904.tar.gz
talos-hostboot-f4d54e9c85b36d7d557003ebdfbeb3182636e904.zip
Fix standalone compile and simics when secureboot compiled out
Change-Id: Ia5e50817208eee672c7899441166add7af718c02 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49329 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/tools/hbDistribute')
-rwxr-xr-xsrc/build/tools/hbDistribute2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute
index cd1d4deb8..188145c77 100755
--- a/src/build/tools/hbDistribute
+++ b/src/build/tools/hbDistribute
@@ -195,8 +195,8 @@ echo "Secure Boot: Signing tool edition is ${SIGNING_TOOL_EDITION}"
if [[ -f ${PROJECT_ROOT}/obj/genfiles/config.h ]]; then
if cat ${PROJECT_ROOT}/obj/genfiles/config.h | grep -q "CONFIG_SECUREBOOT 1"; then
echo "In secure mode"
- export CONFIG_SECUREBOOT=1
else
+ export RM_HASH_PAGE_TABLE=1
echo "In unsecure mode"
fi
else
OpenPOWER on IntegriCloud