Skip to content

Commit

Permalink
[review] optee ftpm: CFG_TA_FTPM_RPMB_STORAGE selects RPMB storage
Browse files Browse the repository at this point in the history
Fix typo in previous fixup commit.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Dec 16, 2024
1 parent 5a35541 commit 4d48562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cflags-platform/EventLogPrint.c-y += -Wno-pointer-arith
cflags-platform/EventLogPrint.c-y += -Wno-format-truncation
cflags-platform/EventLogPrint.c-y += -Wno-restrict

cppflags-y += -DCFG_TA_FTPM_RPMB_STORAGE=$(CFG_TA_FTPM_RPMB_STORAGE)
cppflags-y += -DCFG_FTPM_TA_TEE_STORAGE_ID=$(CFG_FTPM_TA_TEE_STORAGE_ID)

srcs-y += platform/AdminPPI.c
srcs-y += platform/Cancel.c
Expand Down

0 comments on commit 4d48562

Please sign in to comment.