From 0e900219311633f59b85c66b7d36e585423d5398 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 9 Sep 2024 09:30:43 -0400 Subject: [PATCH] etc/ash_functions: remove TRACE_FUNC that cannot be used in ash, only under bash Signed-off-by: Thierry Laurion --- initrd/etc/ash_functions | 1 - 1 file changed, 1 deletion(-) diff --git a/initrd/etc/ash_functions b/initrd/etc/ash_functions index f8b9f79e..bf6c6307 100644 --- a/initrd/etc/ash_functions +++ b/initrd/etc/ash_functions @@ -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