Skip to content

Commit 4b1e2fc

Browse files
committed
refactor: small correction to linker_common.ld for readability
1 parent 2d4fde8 commit 4b1e2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/common/linker_common.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MEMORY
22
{
3-
IAPL (rx) : ORIGIN = 0x08000000, LENGTH = 2K - 0x20 /* Preloader code (IAPL) */
3+
IAPL (rx) : ORIGIN = 0x08000000, LENGTH = 0x7E0 /* Preloader code (IAPL) */
44
TOMBSTONE_IAPL (rx) : ORIGIN = 0x080007E0, LENGTH = 0x20 /* Tombstone Preloader (IAPL) @ end of preloader section */
55
TOMBSTONE_UAPP (rx) : ORIGIN = 0x08000800, LENGTH = 0x20 /* Tombstone User Application (UAPP) @ before app code start */
66
APP (rx) : ORIGIN = 0x08000A00, LENGTH = 32K - 0xA00 /* User Application (UAPP) */

0 commit comments

Comments
 (0)