summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 2f4594158e..779b7b3b85 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -30,7 +30,7 @@ INPUT(crt0.o)
30#define DRAMORIG 0x31000000 30#define DRAMORIG 0x31000000
31#define IRAMORIG 0x10000000 31#define IRAMORIG 0x10000000
32#define IRAMSIZE 0x20000 32#define IRAMSIZE 0x20000
33#define FLASHORIG 0x00100000 33#define FLASHORIG 0x00010000
34#define FLASHSIZE 4M 34#define FLASHSIZE 4M
35#elif CONFIG_CPU == PP5020 35#elif CONFIG_CPU == PP5020
36#define DRAMORIG 0x10000000 36#define DRAMORIG 0x10000000
@@ -104,6 +104,9 @@ SECTIONS
104{ 104{
105 .vectors : 105 .vectors :
106 { 106 {
107#ifdef IAUDIO_X5
108 *(.init.text)
109#endif
107 _datacopy = .; 110 _datacopy = .;
108 } > FLASH 111 } > FLASH
109 112