aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/arm.ld
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-10-05 14:14:32 +0200
committerAyke van Laethem <[email protected]>2018-10-06 13:04:14 +0200
commitbc9210b6740dc7ff9146238ccb5b4014965a92cd (patch)
tree4bc7f0bf265100197129d74f19e7ae90ae0d9113 /targets/arm.ld
parente4fa1a8288f7f0d539cbf0df26d554cac89ab8a6 (diff)
downloadtinygo-bc9210b6740dc7ff9146238ccb5b4014965a92cd.tar.gz
tinygo-bc9210b6740dc7ff9146238ccb5b4014965a92cd.zip
nrf: add micro:bit board
Diffstat (limited to 'targets/arm.ld')
-rw-r--r--targets/arm.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/arm.ld b/targets/arm.ld
index 1cf417831..59bbf34be 100644
--- a/targets/arm.ld
+++ b/targets/arm.ld
@@ -10,6 +10,7 @@ SECTIONS
*(.text*)
*(.rodata)
*(.rodata*)
+ . = ALIGN(4);
} >FLASH_TEXT
/* Put the stack at the bottom of RAM, so that the application will