summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hbDistribute
diff options
context:
space:
mode:
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