diff options
Diffstat (limited to 'cpu/mcf5227x/start.S')
-rw-r--r-- | cpu/mcf5227x/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mcf5227x/start.S b/cpu/mcf5227x/start.S index 0e2db12..1b47c97 100644 --- a/cpu/mcf5227x/start.S +++ b/cpu/mcf5227x/start.S @@ -354,3 +354,4 @@ version_string: .ascii U_BOOT_VERSION .ascii " (", __DATE__, " - ", __TIME__, ")" .ascii CONFIG_IDENT_STRING, "\0" + .align 4 |