Skip to content

Commit

Permalink
qemu_v8.mk: re-enable MEASURED_BOOT_FTPM by default
Browse files Browse the repository at this point in the history
By default, enable MEASURED_BOOT_FTPM. The previous issues when MEASURED_BOOT_FTPM was enabled has been resolved in [1].

Link: [1] OP-TEE/optee_os#7177
Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
jenswi-linaro committed Dec 16, 2024
1 parent 009f86a commit 946d48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ ifeq ($(shell uname -m),x86_64)
RUST_ENABLE ?= y
endif

# Enable fTPM
MEASURED_BOOT_FTPM ?= y

include common.mk

DEBUG ?= 1
Expand Down

0 comments on commit 946d48d

Please sign in to comment.