pinephone-boot

Bootloader and kernel build for the PinePhone devkit
git clone git://parazyd.org/pinephone-boot.git | https://git.parazyd.org/pinephone-boot
Log | Files | Refs

commit 9099e3e66a22fdf7ec4d3010ac654dc439f3c7a4
parent 114535c77afc71a915c6f1aba98d5d525c59ed8f
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 19 Apr 2019 23:55:36 +0200

Keep and force gzip.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -62,7 +62,7 @@ Image: pinephone-linux cp pinephone-linux/arch/arm64/boot/$@ $@ Image.gz: Image - gzip Image + gzip -kf Image sun50i-a64-dontbeevil.dtb: Image.gz $(MAKE) -C pinephone-linux ARCH=arm64 CROSS_COMPILE=$(compiler) \