From 22caf2d333767c50c241e4b998c4ba1305cb209c Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 22 Apr 2024 11:40:18 +0200 Subject: [PATCH] fixup! chore(core): Improve VTRUST bits documentation and naming. --- docs/core/misc/boot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/misc/boot.md b/docs/core/misc/boot.md index 9fecfa533..45e504463 100644 --- a/docs/core/misc/boot.md +++ b/docs/core/misc/boot.md @@ -147,8 +147,8 @@ Vendor trust is stored as bitmap where unset bit means the feature is active. Bits 0 to 6 represent vendor screen settings. The wait times are additive. Two bits are used for access to the pairing secret for historical reasons. -Bit 7 is used in T2B1 and newer models. -Bit 8 is used in T3B1 and newer models. +On T2B1 only bit 7 is evaluated. +On newer models, both bits 7 and 8 are evaluated. ### Firmware Header