projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651389a
)
nios2: zap version_string
author
Thomas Chou
<thomas@wytron.com.tw>
Wed, 9 Sep 2015 05:41:32 +0000
(13:41 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/arch/nios2/cpu/start.S
b/arch/nios2/cpu/start.S
index e92f06e530fa6f42eb6cdf525bae820d91dd9cb5..5c7074e09c192fc877b47b00795a88886366e3c5 100644
(file)
--- 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"