1
0

Mitigate VIA keylogger security issues (#25414)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Joel Challis
2025-06-29 02:29:33 +01:00
committed by GitHub
parent 6347d18a2d
commit 711b109246
3 changed files with 16 additions and 0 deletions

View File

@@ -635,6 +635,9 @@ ifeq ($(strip $(VIA_ENABLE)), yes)
RAW_ENABLE := yes
BOOTMAGIC_ENABLE := yes
TRI_LAYER_ENABLE := yes
ifeq ($(strip $(VIA_INSECURE)), yes)
OPT_DEFS += -DVIA_INSECURE
endif
endif
ifeq ($(strip $(RAW_ENABLE)), yes)