mbox series

[v2,0/3] riscv: some build fixes

Message ID 20201104061501.91153-1-wangkefeng.wang@huawei.com (mailing list archive)
Headers show
Series riscv: some build fixes | expand

Message

Kefeng Wang Nov. 4, 2020, 6:14 a.m. UTC
V2:
-Add RB and fix comments from Atish Patra

Kefeng Wang (3):
  riscv: Fix compressed Image formats build
  riscv: Clean up boot dir
  riscv: Ignore Image.* and loader.bin

 arch/riscv/Makefile        | 6 ++++++
 arch/riscv/boot/.gitignore | 3 ++-
 arch/riscv/boot/Makefile   | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

Palmer Dabbelt Nov. 6, 2020, 7:34 a.m. UTC | #1
On Tue, 03 Nov 2020 22:14:58 PST (-0800), wangkefeng.wang@huawei.com wrote:
> V2:
> -Add RB and fix comments from Atish Patra
>
> Kefeng Wang (3):
>   riscv: Fix compressed Image formats build
>   riscv: Clean up boot dir
>   riscv: Ignore Image.* and loader.bin
>
>  arch/riscv/Makefile        | 6 ++++++
>  arch/riscv/boot/.gitignore | 3 ++-
>  arch/riscv/boot/Makefile   | 2 +-
>  3 files changed, 9 insertions(+), 2 deletions(-)

Thanks, these are on for-next.