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:
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…
Reference in New Issue
Block a user