From 8d4ed3f86ffe3632311183c597421230fc32c15f Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Tue, 23 May 2023 13:46:38 +0200 Subject: [PATCH] fixup! feat(core): bootloader design for T2B1 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 302948826..0db292abd 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,7 +23,7 @@ PRODUCTION ?= 0 PYOPT ?= 1 BITCOIN_ONLY ?= 0 BOOTLOADER_QA ?= 0 -TREZOR_MODEL ?= R +TREZOR_MODEL ?= T TREZOR_MEMPERF ?= 0 ADDRESS_SANITIZER ?= 0 CMAKELISTS ?= 0