aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf52x2/start.S
diff options
context:
space:
mode:
authorPali Rohár2021-08-02 15:18:32 +0200
committerTom Rini2021-09-17 12:10:44 -0400
commitad5720a357d89ff2c6911c10cc8f074ef597f3a9 (patch)
treec4a8b31c744699e9f43eb7ffadb94c18ab30013e /arch/m68k/cpu/mcf52x2/start.S
parentbdfb6d70bb45da6e31785171fed70cb93b0ff36b (diff)
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>
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/start.S')
-rw-r--r--arch/m68k/cpu/mcf52x2/start.S4
1 files changed, 0 insertions, 4 deletions
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 <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -335,7 +334,4 @@ _int_handler:
/******************************************************************************/
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
.align 4