Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: SergiiDmytruk <[email protected]>
  • Loading branch information
miczyg1 and SergiiDmytruk authored Dec 16, 2024
1 parent 43e88c3 commit 6ea8e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions payloads/external/edk2/Kconfig.dasharo
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ config EDK2_USE_UEFIVAR_BACKED_TPM_PPI
default n
depends on !EDK2_DISABLE_TPM
help
Tell UEFIPaylaod to use TPM PPI buffer in UEFI variables. Wokraround
fro platform-specific issues causing the RAM to not be preserved
Tell UEFIPaylaod to use TPM PPI buffer in UEFI variables. Workaround
for platform-specific issues causing the RAM to not be preserved
across reboots.

If unsure, say N.
Expand Down
2 changes: 1 addition & 1 deletion payloads/external/edk2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ endif
# The Dasharo repository has the following additional options:
#
ifneq ($(CONFIG_EDK2_DISABLE_TPM),y)
ifeq ($(COFNIG_EDK2_USE_UEFIVAR_BACKED_TPM_PPI),y)
ifeq ($(CONFIG_EDK2_USE_UEFIVAR_BACKED_TPM_PPI),y)
BUILD_STR += -D USE_UEFIVAR_BACKED_TPM_PPI=TRUE
endif
endif
Expand Down

0 comments on commit 6ea8e94

Please sign in to comment.