Re: [PATCH 08/20] kbuild: riscv: use common install script

2021-04-08 Thread Kees Cook
On Wed, Apr 07, 2021 at 07:34:07AM +0200, Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for riscv, all that > is needed is to add the compressed image type to it. So add that file > type check and remove the riscv-only version of the file. > > Cc: Paul Walmsley

[PATCH 08/20] kbuild: riscv: use common install script

2021-04-06 Thread Greg Kroah-Hartman
The common scripts/install.sh script will now work for riscv, all that is needed is to add the compressed image type to it. So add that file type check and remove the riscv-only version of the file. Cc: Paul Walmsley Cc: Palmer Dabbelt Cc: Albert Ou Cc: linux-ri...@lists.infradead.org