]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2f4bd84e15a7a6cc143c385dd54e602518200a86
treec4a8b31c744699e9f43eb7ffadb94c18ab30013e
parent12bc619a84d2939ebd050e6dd704d2fc1ee13b00
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