aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC564Axx/bam.s
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/SPC564Axx/bam.s')
-rw-r--r--os/ports/GCC/PPC/SPC564Axx/bam.s7
1 files changed, 5 insertions, 2 deletions
diff --git a/os/ports/GCC/PPC/SPC564Axx/bam.s b/os/ports/GCC/PPC/SPC564Axx/bam.s
index 1e5982423..2955cea2f 100644
--- a/os/ports/GCC/PPC/SPC564Axx/bam.s
+++ b/os/ports/GCC/PPC/SPC564Axx/bam.s
@@ -35,9 +35,12 @@
#else
.long 0x005A0000
#endif
- .long .init
+ .long _reset_address
-.init:
+ .align 2
+ .globl _reset_address
+ .type _reset_address, @function
+_reset_address:
bl _coreinit
bl _ivinit