Align VEX V5 boot routine to 4 bytes

This commit is contained in:
Lewis McClelland
2025-10-29 17:52:05 -04:00
parent 292be5c7c0
commit 958d0a3836

View File

@@ -60,7 +60,7 @@ SECTIONS {
/*
* Executable program instructions.
*/
.text : {
.text ALIGN(4) : {
/* _boot routine (entry point from VEXos, must be at 0x03800020) */
*(.boot)