Skip to content

Commit 0e90021

Browse files
committed
etc/ash_functions: remove TRACE_FUNC that cannot be used in ash, only under bash
Signed-off-by: Thierry Laurion <[email protected]>
1 parent ebba590 commit 0e90021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

initrd/etc/ash_functions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ recovery() {
241241
DEBUG "Board $CONFIG_BOARD - version $(fw_version)"
242242

243243
if [ "$CONFIG_TPM" = "y" ]; then
244-
TRACE_FUNC
245244
echo "TPM: Extending PCR[4] to prevent any further secret unsealing"
246245
tpmr extend -ix 4 -ic recovery
247246
fi

0 commit comments

Comments
 (0)