mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-31 19:08:28 +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/main.c',
|
||||||
'embed/firmware/mphalport.c',
|
'embed/firmware/mphalport.c',
|
||||||
'embed/firmware/nlrthumb.c',
|
'embed/firmware/nlrthumb.c',
|
||||||
'embed/firmware/startup.s',
|
'embed/firmware/startup.S',
|
||||||
]
|
]
|
||||||
|
|
||||||
SOURCE_TREZORHAL = [
|
SOURCE_TREZORHAL = [
|
||||||
|
Loading…
Reference in New Issue
Block a user