Re: [PATCH v2] openrisc: Add vmlinux.bin target

2020-12-22 Thread Stafford Horne
On Tue, Dec 22, 2020 at 04:22:16PM +0900, Masahiro Yamada wrote: > On Tue, Dec 22, 2020 at 4:07 PM Joel Stanley wrote: > > > > Build it by default. This is commonly used by fpga targets. > > > > Signed-off-by: Joel Stanley > > --- > > v2: Address review from Masahiro > > > > - Add vmlinux.bin to

Re: [PATCH v2] openrisc: Add vmlinux.bin target

2020-12-21 Thread Masahiro Yamada
On Tue, Dec 22, 2020 at 4:07 PM Joel Stanley wrote: > > Build it by default. This is commonly used by fpga targets. > > Signed-off-by: Joel Stanley > --- > v2: Address review from Masahiro > > - Add vmlinux.bin to phony target > - simplfy vmlinux.bin rule > - add cleanup rule > - add vmlinux.

[PATCH v2] openrisc: Add vmlinux.bin target

2020-12-21 Thread Joel Stanley
Build it by default. This is commonly used by fpga targets. Signed-off-by: Joel Stanley --- v2: Address review from Masahiro - Add vmlinux.bin to phony target - simplfy vmlinux.bin rule - add cleanup rule - add vmlinux.bin to targets - Add gitignore --- arch/openrisc/Makefile| 12 +