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

pull/1010/head
Ondrej Mikle 4 years ago committed by Pavol Rusnak
parent 675ff459db
commit b01b24f090

@ -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 = [

Loading…
Cancel
Save