m68k: mcf: Remove overloading version_string
authorPali Rohár <pali@kernel.org>
Mon, 2 Aug 2021 13:18:32 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Sep 2021 16:10:44 +0000 (12:10 -0400)
commitad5720a357d89ff2c6911c10cc8f074ef597f3a9
treec4a8b31c744699e9f43eb7ffadb94c18ab30013e
parentbdfb6d70bb45da6e31785171fed70cb93b0ff36b
m68k: mcf: Remove overloading version_string

There is no need to overload version_string at the end of start.S files.
Common implementation of version_string should be fine.

Signed-off-by: Pali Rohár <pali@kernel.org>
[trini: Keep the align, it's important for the rest of linkage]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/m68k/cpu/mcf5227x/start.S
arch/m68k/cpu/mcf523x/start.S
arch/m68k/cpu/mcf52x2/start.S
arch/m68k/cpu/mcf530x/start.S
arch/m68k/cpu/mcf532x/start.S
arch/m68k/cpu/mcf5445x/start.S