]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
makefile: riscv: Drop useless argument of prelink-riscv
authorBin Meng <bmeng@tinylab.org>
Thu, 13 Apr 2023 06:20:04 +0000 (14:20 +0800)
committerLeo 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

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     $@