From 219e08d81e73b607120540081f9b68b47e971767 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Tue, 23 Nov 2021 15:24:39 +0100 Subject: [PATCH] build(core): keep bootloader image even for non-production builds [no changelog] --- core/embed/firmware/memory_T.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/core/embed/firmware/memory_T.ld b/core/embed/firmware/memory_T.ld index 7ca3c0ddcd..1d4ae13627 100644 --- a/core/embed/firmware/memory_T.ld +++ b/core/embed/firmware/memory_T.ld @@ -55,6 +55,7 @@ SECTIONS { . = ALIGN(4); *(.rodata*); . = ALIGN(4); + KEEP(*(.bootloader)); *(.bootloader*); . = ALIGN(512); } >FLASH AT>FLASH