aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-08-02 15:18:32 +0200
committerTom Rini <trini@konsulko.com>2021-09-16 14:39:40 -0400
commit17a8eb2eb4aadb0ef2cb2f2d43d3341010790473 (patch)
tree41b2737a4275fe8c5ddb0630b69562f6bed967c8
parent9936e77612ccaa056bc09587cdf9eee7922bfea2 (diff)
downloadu-boot-17a8eb2eb4aadb0ef2cb2f2d43d3341010790473.zip
u-boot-17a8eb2eb4aadb0ef2cb2f2d43d3341010790473.tar.gz
u-boot-17a8eb2eb4aadb0ef2cb2f2d43d3341010790473.tar.bz2
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>
-rw-r--r--arch/m68k/cpu/mcf5227x/start.S6
-rw-r--r--arch/m68k/cpu/mcf523x/start.S6
-rw-r--r--arch/m68k/cpu/mcf52x2/start.S6
-rw-r--r--arch/m68k/cpu/mcf530x/start.S8
-rw-r--r--arch/m68k/cpu/mcf532x/start.S6
-rw-r--r--arch/m68k/cpu/mcf5445x/start.S6
6 files changed, 0 insertions, 38 deletions
diff --git a/arch/m68k/cpu/mcf5227x/start.S b/arch/m68k/cpu/mcf5227x/start.S
index 86c93ba..c49f59e 100644
--- a/arch/m68k/cpu/mcf5227x/start.S
+++ b/arch/m68k/cpu/mcf5227x/start.S
@@ -6,7 +6,6 @@
#include <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -488,8 +487,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
-.align 4
diff --git a/arch/m68k/cpu/mcf523x/start.S b/arch/m68k/cpu/mcf523x/start.S
index 8c5a164..060e0ee 100644
--- a/arch/m68k/cpu/mcf523x/start.S
+++ b/arch/m68k/cpu/mcf523x/start.S
@@ -6,7 +6,6 @@
#include <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -252,8 +251,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
-.align 4
diff --git a/arch/m68k/cpu/mcf52x2/start.S b/arch/m68k/cpu/mcf52x2/start.S
index 747a518..bf1cdc7 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
@@ -334,8 +333,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
-.align 4
diff --git a/arch/m68k/cpu/mcf530x/start.S b/arch/m68k/cpu/mcf530x/start.S
index 32356d8..ae4df00 100644
--- a/arch/m68k/cpu/mcf530x/start.S
+++ b/arch/m68k/cpu/mcf530x/start.S
@@ -6,7 +6,6 @@
#include <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -257,10 +256,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION
-.ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")"
-.ascii CONFIG_IDENT_STRING, "\0"
-.align 4
diff --git a/arch/m68k/cpu/mcf532x/start.S b/arch/m68k/cpu/mcf532x/start.S
index e2d7c72..8114e20 100644
--- a/arch/m68k/cpu/mcf532x/start.S
+++ b/arch/m68k/cpu/mcf532x/start.S
@@ -9,7 +9,6 @@
#include <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -267,8 +266,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
-.align 4
diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S
index 40c4974..54e98a4 100644
--- a/arch/m68k/cpu/mcf5445x/start.S
+++ b/arch/m68k/cpu/mcf5445x/start.S
@@ -10,7 +10,6 @@
#include <common.h>
#include <asm-offsets.h>
#include <config.h>
-#include "version.h"
#include <asm/cache.h>
#define _START _start
@@ -608,8 +607,3 @@ _int_handler:
RESTORE_ALL
/******************************************************************************/
-
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
-.align 4