From 82119dac118db189fc0413c6e055dff82ce55819 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Tue, 18 Feb 2025 10:55:18 +0100 Subject: [PATCH] fixup --- core/Makefile | 4 ++-- core/site_scons/models/T3W1/trezor_t3w1_revA.py | 1 - core/site_scons/models/T3W1/trezor_t3w1_revB.py | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/Makefile b/core/Makefile index 3bca1bb31d..ec2ffcea1d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -30,9 +30,9 @@ PRODUCTION ?= 0 PYOPT ?= 1 BITCOIN_ONLY ?= 0 BOOTLOADER_QA ?= 0 -BOOTLOADER_DEVEL ?= 0 +BOOTLOADER_DEVEL ?= 1 DISABLE_OPTIGA ?= 0 -TREZOR_MODEL ?= T2T1 +TREZOR_MODEL ?= T3W1 TREZOR_MEMPERF ?= 0 ADDRESS_SANITIZER ?= 0 CMAKELISTS ?= 0 diff --git a/core/site_scons/models/T3W1/trezor_t3w1_revA.py b/core/site_scons/models/T3W1/trezor_t3w1_revA.py index 07e0e02b30..cb3ede865a 100644 --- a/core/site_scons/models/T3W1/trezor_t3w1_revA.py +++ b/core/site_scons/models/T3W1/trezor_t3w1_revA.py @@ -118,7 +118,6 @@ def configure( paths += ["embed/io/nfc/rfal/source"] paths += ["embed/io/nfc/rfal/source/st25r3916"] paths += ["embed/io/nfc/rfal/include/"] - features_available.append("nfc") defines += [("USE_NFC", "1")] if "optiga" in features_wanted: diff --git a/core/site_scons/models/T3W1/trezor_t3w1_revB.py b/core/site_scons/models/T3W1/trezor_t3w1_revB.py index 9d2824fa97..31f3d08867 100644 --- a/core/site_scons/models/T3W1/trezor_t3w1_revB.py +++ b/core/site_scons/models/T3W1/trezor_t3w1_revB.py @@ -118,7 +118,6 @@ def configure( paths += ["embed/io/nfc/rfal/source"] paths += ["embed/io/nfc/rfal/source/st25r3916"] paths += ["embed/io/nfc/rfal/include/"] - features_available.append("nfc") defines += [("USE_NFC", "1")] if "optiga" in features_wanted: