diff --git a/initrd/bin/oem-factory-reset b/initrd/bin/oem-factory-reset index 8031b94a..61d271be 100755 --- a/initrd/bin/oem-factory-reset +++ b/initrd/bin/oem-factory-reset @@ -187,7 +187,7 @@ generate_checksums() if [ "$CONFIG_TPM" = "y" ];then if [ "$CONFIG_IGNORE_ROLLBACK" != "y" ]; then tpmr counter_create \ - -pwdo "$TPM_PASS_DEF" \ + -pwdo "$TPM_PASS" \ -pwdc '' \ -la -3135106223 \ | tee /tmp/counter \