TODOs: remove no more relevant ones code per review

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-12-21 15:05:46 -05:00
parent 94dd788249
commit af59704bc5
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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)