mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 14:23:50 +08:00
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>
This commit is contained in:
parent
651389a055
commit
34243804d6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user