Refactor ER_IROM1 load region defintion

pull/14465/head
harmut01 2021-03-31 16:27:28 +01:00
parent 3d66447302
commit 18d8499979
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define RAM_FIXED_SIZE (Stack_Size + VECTOR_SIZE)
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
ER_IROM1 MBED_APP_START MBED_APP_START { ; load address = execution address
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)