mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
chore(legacy): fix demo build
This commit is contained in:
parent
64f29d5697
commit
1c38819bf9
@ -18,6 +18,7 @@ INCLUDE cortex-m-generic.ld
|
||||
|
||||
_ram_start = ORIGIN(ram);
|
||||
_ram_end = ORIGIN(ram) + LENGTH(ram);
|
||||
_go_to_bootloader_flag_addr = ABSOLUTE(0x20010000);
|
||||
_stack = _ram_end - 8;
|
||||
__stack_chk_guard = _ram_end - 8;
|
||||
system_millis = _ram_end - 4;
|
||||
|
Loading…
Reference in New Issue
Block a user