Skip to content

Commit 66fd008

Browse files
authored
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
2 parents ebba590 + 0e90021 commit 66fd008

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)