From: Bin Meng Date: Thu, 13 Apr 2023 06:20:04 +0000 (+0800) Subject: makefile: riscv: Drop useless argument of prelink-riscv X-Git-Tag: v2023.07-rc1~14^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7abc0f81908821d51bfd882dbd463674789b36c;p=thirdparty%2Fu-boot.git makefile: riscv: Drop useless argument of prelink-riscv The argv[2] is never used in prelink-riscv. Drop it. Signed-off-by: Bin Meng Reviewed-by: Rick Chen --- diff --git a/Makefile b/Makefile index 5083beae359..eaaf7d267d3 100644 --- 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 $@