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