aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-04-28 10:32:49 +0200
committerClifford Wolf <clifford@clifford.at>2019-04-28 10:32:49 +0200
commitb7e82dfcd1346c3b3fd7ac3ebd647907fc9ce06c (patch)
tree6bad8e60688750b49e5d0f877b049ae190e0d2fc
parent507f49d086be448f61f4e10f215e64a830e6fdaf (diff)
parentcf69d4da58b416648fb93cc3a7d53fc1a01a566a (diff)
downloadpicorv32-b7e82dfcd1346c3b3fd7ac3ebd647907fc9ce06c.tar.gz
picorv32-b7e82dfcd1346c3b3fd7ac3ebd647907fc9ce06c.zip
Merge branch 'yanghao-master'
-rw-r--r--firmware/sections.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/sections.lds b/firmware/sections.lds
index 948814b..e1eb79f 100644
--- a/firmware/sections.lds
+++ b/firmware/sections.lds
@@ -20,5 +20,6 @@ SECTIONS {
*(.text);
*(*);
end = .;
+ . = ALIGN(4);
} > mem
}