From cd0de0943b3776e40ac82296f5a10298ac4a0e52 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Mon, 16 May 2022 20:18:21 -0700 Subject: [PATCH] arm: fix app linker script --- arm/app.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/app.ld b/arm/app.ld index ed1ff7d..aff330d 100644 --- a/arm/app.ld +++ b/arm/app.ld @@ -1,6 +1,6 @@ MEMORY { - ICTM (rwx) : ORIGIN = 0x00000800, LENGTH = 12228 + ICTM (rwx) : ORIGIN = 0x00000800, LENGTH = 14336 } SECTIONS