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:
781a030
)
makefile: riscv: Drop useless argument of prelink-riscv
author
Bin Meng
<bmeng@tinylab.org>
Thu, 13 Apr 2023 06:20:04 +0000
(14:20 +0800)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Thu, 20 Apr 2023 12:45:08 +0000
(20:45 +0800)
The argv[2] is never used in prelink-riscv. Drop it.
Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Rick Chen <rick@andestech.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5083beae359a9ccd5642253e3b964ae2e71e230b..eaaf7d267d315097d445d0a73fd52cc0b048c7e4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1761,7
+1761,7
@@
ifeq ($(CONFIG_KALLSYMS),y)
endif
ifeq ($(CONFIG_RISCV),y)
- @tools/prelink-riscv $@
0
+ @tools/prelink-riscv $@
endif
quiet_cmd_sym ?= SYM $@