aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'picosoc/start.s')
-rw-r--r--picosoc/start.s5
1 files changed, 4 insertions, 1 deletions
diff --git a/picosoc/start.s b/picosoc/start.s
index 74c5635..e9e18db 100644
--- a/picosoc/start.s
+++ b/picosoc/start.s
@@ -93,6 +93,8 @@ j loop
.global flashio_worker_begin
.global flashio_worker_end
+.balign 4
+
flashio_worker_begin:
# a0 ... data pointer
# a1 ... data length
@@ -152,5 +154,6 @@ li t1, 0x80
sb t1, 3(t0)
ret
-flashio_worker_end:
+.balign 4
+flashio_worker_end: