Message ID | 20220404130835.108828-1-wafgo01@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Makefile: riscv: Remove duplicated -O binary objcopy flags | expand |
diff --git a/arch/riscv/boot/Makefile b/arch/riscv/boot/Makefile index becd0621071c..c000a1fc8c56 100644 --- a/arch/riscv/boot/Makefile +++ b/arch/riscv/boot/Makefile @@ -16,8 +16,8 @@ KCOV_INSTRUMENT := n -OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S -OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S +OBJCOPYFLAGS_Image :=-R .note -R .note.gnu.build-id -R .comment -S +OBJCOPYFLAGS_xipImage :=-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