From ad5720a357d89ff2c6911c10cc8f074ef597f3a9 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 2 Aug 2021 15:18:32 +0200 Subject: 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 [trini: Keep the align, it's important for the rest of linkage] Signed-off-by: Tom Rini --- arch/m68k/cpu/mcf52x2/start.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/m68k/cpu/mcf52x2/start.S') diff --git a/arch/m68k/cpu/mcf52x2/start.S b/arch/m68k/cpu/mcf52x2/start.S index 747a518f6cd..d3cdc421761 100644 --- a/arch/m68k/cpu/mcf52x2/start.S +++ b/arch/m68k/cpu/mcf52x2/start.S @@ -6,7 +6,6 @@ #include #include -#include "version.h" #include #define _START _start @@ -335,7 +334,4 @@ _int_handler: /******************************************************************************/ -.globl version_string -version_string: -.ascii U_BOOT_VERSION_STRING, "\0" .align 4 -- cgit v1.2.3