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