1
0
Fork 0

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>
utp
Thomas Chou 2015-09-09 13:41:32 +08:00
parent 651389a055
commit 34243804d6
1 changed files with 0 additions and 6 deletions

View 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"