summaryrefslogtreecommitdiff
path: root/core/nds32/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/ec.lds.S')
-rw-r--r--core/nds32/ec.lds.S12
1 files changed, 1 insertions, 11 deletions
diff --git a/core/nds32/ec.lds.S b/core/nds32/ec.lds.S
index 978f652815..735d4e5c8b 100644
--- a/core/nds32/ec.lds.S
+++ b/core/nds32/ec.lds.S
@@ -218,17 +218,7 @@ SECTIONS
} > IRAM
- .flash.tag : {
- /* Tag at end of firmware image so that we can find the image size.
- * This may be overwritten by the shared memory buffer; that's ok
- * because we only use it to find the image size in flash. */
- . = ALIGN(4);
- BYTE(0x45);
- BYTE(0x4e);
- BYTE(0x44);
- BYTE(0xea);
- /* NOTHING MAY GO IN FLASH AFTER THIS! */
- } >FLASH
+ /* TODO: Add __image_size. */
#ifdef CONFIG_LPC
.h2ram (NOLOAD) : {