etc/ash_functions: remove TRACE_FUNC that cannot be used in ash, only under bash

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-09-09 09:30:43 -04:00
parent ebba590e63
commit 0e90021931
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

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