* [U-Boot] [PATCH] nios2: zap version_string
@ 2015-09-09 5:42 Thomas Chou
2015-09-09 12:04 ` Marek Vasut
2015-09-15 8:56 ` Thomas Chou
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Chou @ 2015-09-09 5:42 UTC (permalink / raw)
To: u-boot
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>
---
arch/nios2/cpu/start.S | 6 ------
1 file changed, 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 at h)
callr r8
ret
-
- .data
- .globl version_string
-
-version_string:
- .ascii U_BOOT_VERSION_STRING, "\0"
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-15 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 5:42 [U-Boot] [PATCH] nios2: zap version_string Thomas Chou
2015-09-09 12:04 ` Marek Vasut
2015-09-15 8:56 ` Thomas Chou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox