[U-Boot] [PATCH] nios2: zap version_string

Thomas Chou thomas at wytron.com.tw
Wed Sep 9 07:42:44 CEST 2015


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

Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
---
 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 e92f06e..5c7074e 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 at h)
 	callr	r8
 	ret
-
-	.data
-	.globl	version_string
-
-version_string:
-	.ascii U_BOOT_VERSION_STRING, "\0"
-- 
2.1.4



More information about the U-Boot mailing list