1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

core: change startup firmware file from .s to .S which enables preprocessing and fixes TT boot

This commit is contained in:
Ondrej Mikle 2020-05-23 17:47:12 +02:00 committed by Pavol Rusnak
parent 675ff459db
commit b01b24f090
2 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ SOURCE_FIRMWARE = [
'embed/firmware/main.c',
'embed/firmware/mphalport.c',
'embed/firmware/nlrthumb.c',
'embed/firmware/startup.s',
'embed/firmware/startup.S',
]
SOURCE_TREZORHAL = [