Merge pull request #1789 from tlaurion/bug-remove_ash_function-TRACE_FUNC

etc/ash_functions: remove TRACE_FUNC that cannot be used in ash, only under bash
This commit is contained in:
Thierry Laurion 2024-09-09 09:31:49 -04:00 committed by GitHub
commit 66fd008089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,7 +241,6 @@ recovery() {
DEBUG "Board $CONFIG_BOARD - version $(fw_version)"
if [ "$CONFIG_TPM" = "y" ]; then
TRACE_FUNC
echo "TPM: Extending PCR[4] to prevent any further secret unsealing"
tpmr extend -ix 4 -ic recovery
fi