aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld')
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld b/os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld
index c70a20194..cf2216867 100644
--- a/os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld
+++ b/os/ports/GCC/PPC/SPC560Pxx/ld/SPC560P44.ld
@@ -50,8 +50,9 @@ SECTIONS
__ivpr_base__ = .;
KEEP(*(.bam))
KEEP(*(.crt0))
+ . = ALIGN(0x00000800);
KEEP(*(.handlers))
- . = ALIGN(0x800);
+ . = ALIGN(0x00001000);
KEEP(*(.vectors))
} > flash