Message ID | 20240613153053.3835-1-jszhang@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8d22d0db5bbcec95c70e025dce3d00821da8be7d |
Headers | show |
Series | [RESEND] riscv: boot: remove duplicated targets line | expand |
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Thu, 13 Jun 2024 23:30:53 +0800 you wrote: > The "targets:" is duplicated in another line, remove the one with less > targets. > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> > --- > arch/riscv/boot/Makefile | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [RESEND] riscv: boot: remove duplicated targets line https://git.kernel.org/riscv/c/8d22d0db5bbc You are awesome, thank you!
diff --git a/arch/riscv/boot/Makefile b/arch/riscv/boot/Makefile index 8e7fc0edf21d..e051c677f6c4 100644 --- a/arch/riscv/boot/Makefile +++ b/arch/riscv/boot/Makefile @@ -20,7 +20,6 @@ OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S OBJCOPYFLAGS_loader.bin :=-O binary OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S -targets := Image Image.* loader loader.o loader.lds loader.bin targets := Image Image.* loader loader.o loader.lds loader.bin xipImage ifeq ($(CONFIG_XIP_KERNEL),y)