nios2: zap version_string
authorThomas Chou <thomas@wytron.com.tw>
Wed, 9 Sep 2015 05:41:32 +0000 (13:41 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:50 +0000 (07:28 +0800)
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

index e92f06e..5c7074e 100644 (file)
@@ -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"