trustfence: fix PKI tree generation on non-encrypted platforms

Commit 3fdb245765 ("trustfence: add encrypted
boot artifact support for CCMP13 platform") broke PKI tree generation when
encryption is disabled. Fix it for ccmp15.

https://onedigi.atlassian.net/browse/DEL-10022

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2026-03-23 09:20:33 +01:00
parent 287a42403f
commit 261f0e1399
1 changed files with 0 additions and 3 deletions

View File

@ -220,7 +220,4 @@ elif [ "${PLATFORM}" = "ccmp25" ]; then
chmod 444 "${CONFIG_SIGN_KEYS_PATH}/${CONFIG_RPROC_ENCRYPT_KEYNAME}"
fi
fi
else
echo "[ERROR] Could not generate encryption keys. Platform not supported."
exit 1
fi