summaryrefslogtreecommitdiff
path: root/chip/mchp/lfw/ec_lfw_416kb.ld
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/lfw/ec_lfw_416kb.ld')
-rw-r--r--chip/mchp/lfw/ec_lfw_416kb.ld10
1 files changed, 1 insertions, 9 deletions
diff --git a/chip/mchp/lfw/ec_lfw_416kb.ld b/chip/mchp/lfw/ec_lfw_416kb.ld
index c7dfacada3..f27d046e7d 100644
--- a/chip/mchp/lfw/ec_lfw_416kb.ld
+++ b/chip/mchp/lfw/ec_lfw_416kb.ld
@@ -83,15 +83,7 @@ SECTIONS
FILL(0xFF);
. = ORIGIN(SRAM) + LENGTH(SRAM) - 1;
BYTE(0xFF); /* emit at least a byte to make linker happy */
- } >SRAM
+ }
__image_size = LOADADDR(.text) + SIZEOF(.text) - ORIGIN(VECTOR);
-
- /*
- * Discard C++ exception index table and exception table. These are
- * described in more detail in "Exception Handling ABI for ARM
- * Architecture":
- * https://github.com/ARM-software/abi-aa/blob/60a8eb8c55e999d74dac5e368fc9d7e36e38dda4/ehabi32/ehabi32.rst#54the-object-producer-interface
- */
- /DISCARD/ : { *(.ARM.*) }
}