summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hbDistribute
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/hbDistribute')
-rwxr-xr-xsrc/build/tools/hbDistribute6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute
index 188145c77..41936cb93 100755
--- a/src/build/tools/hbDistribute
+++ b/src/build/tools/hbDistribute
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2017
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -187,10 +187,6 @@ echo "Secure Boot: Signing utils dir is ${SIGNING_UTILS_DIR}"
export DEV_KEY_DIR="${SIGNING_BASE_DIR}/sb-signing-keys"
echo "Secure Boot: Development keys dir is ${DEV_KEY_DIR}"
-# Force genPnorImages.pl to use the open signing tool
-export SIGNING_TOOL_EDITION="community";
-echo "Secure Boot: Signing tool edition is ${SIGNING_TOOL_EDITION}"
-
# Dynamically check config file if secureboot enabled build occurred
if [[ -f ${PROJECT_ROOT}/obj/genfiles/config.h ]]; then
if cat ${PROJECT_ROOT}/obj/genfiles/config.h | grep -q "CONFIG_SECUREBOOT 1"; then
OpenPOWER on IntegriCloud