Browse Source

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>
Thomas Chou 9 năm trước cách đây
mục cha
commit
34243804d6
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      arch/nios2/cpu/start.S

+ 0 - 6
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"