From af59704bc5c274f247e0c83df194ce0118663dfd Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sat, 21 Dec 2024 15:05:46 -0500 Subject: [PATCH] TODOs: remove no more relevant ones code per review Signed-off-by: Thierry Laurion --- initrd/bin/tpmr | 1 - modules/linux | 1 - 2 files changed, 2 deletions(-) diff --git a/initrd/bin/tpmr b/initrd/bin/tpmr index 0572adbb..39168798 100755 --- a/initrd/bin/tpmr +++ b/initrd/bin/tpmr @@ -644,7 +644,6 @@ tpm1_unseal() { -sz "$sealed_size" \ -of "$sealed_file" || die "Unable to read sealed file from TPM NVRAM" - # TODO: Cannot log + exit instead of dying!?! PASS_ARGS=() if [ "$pass" ]; then diff --git a/modules/linux b/modules/linux index 416d2b8d..f380ce38 100644 --- a/modules/linux +++ b/modules/linux @@ -40,7 +40,6 @@ endif linux_base_dir := linux-$(linux_version) -# TODO: fixup the patch process # input file in the heads config/ dir # Allow board config to specialize Linux configuration if necessary linux_kconfig := $(or $(CONFIG_LINUX_CONFIG),config/linux.config)