From 34243804d6ef8c0ad230df54a990768e3b970b83 Mon Sep 17 00:00:00 2001
From: Thomas Chou <thomas@wytron.com.tw>
Date: Wed, 9 Sep 2015 13:41:32 +0800
Subject: [PATCH] nios2: zap version_string

There is a weak version_string[] at common/cmd_version.c .
Remove the one in start.S.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
---
 arch/nios2/cpu/start.S | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S
index e92f06e530..5c7074e09c 100644
--- a/arch/nios2/cpu/start.S
+++ b/arch/nios2/cpu/start.S
@@ -174,9 +174,3 @@ relocate_code:
 	ori	r8, r8, %lo(board_init_r@h)
 	callr	r8
 	ret
-
-	.data
-	.globl	version_string
-
-version_string:
-	.ascii U_BOOT_VERSION_STRING, "\0"
-- 
2.39.5