diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-09-09 05:41:32 (GMT) |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-22 23:28:50 (GMT) |
commit | 34243804d6ef8c0ad230df54a990768e3b970b83 (patch) | |
tree | 013b6ee7a673a9ce2eacfee58302354b7de382f7 /arch/nios2/cpu | |
parent | 651389a0558ac8062076d8192faa2cadf0e6ee07 (diff) | |
download | u-boot-34243804d6ef8c0ad230df54a990768e3b970b83.tar.xz |
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>
Diffstat (limited to 'arch/nios2/cpu')
-rw-r--r-- | arch/nios2/cpu/start.S | 6 |
1 files changed, 0 insertions, 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@h) callr r8 ret - - .data - .globl version_string - -version_string: - .ascii U_BOOT_VERSION_STRING, "\0" |