1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-13 15:17:43 +00:00

Fix .text section definition for binutils >= 2.36

This commit is contained in:
Gerald Schnabel 2021-04-11 20:47:32 +02:00
parent 5829ba2f0f
commit ad2b4073d6

View File

@ -48,6 +48,13 @@ SECTIONS
. = ALIGN(4);
.text.startup :
{
*(.text.startup)
} >FLASH
. = ALIGN(4);
/* .rodata section which is used for read-only data (constants) */
.rodata :