From: Thomas Glanzmann Date: Wed, 26 Oct 2022 06:58:42 +0000 (+0200) Subject: less whitespace X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/7248ed42b94dd21c133ed8ab125ceda789f0587f less whitespace --- diff --git a/gpu.sh b/gpu.sh index 3c5db60..7aead88 100644 --- a/gpu.sh +++ b/gpu.sh @@ -46,11 +46,9 @@ build_uboot() make apple_m1_defconfig make -j `nproc` ) - cat m1n1/build/m1n1.bin `find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u-boot/u-boot-nodtb.bin) > u-boot.bin sudo cp /boot/efi/m1n1/boot.bin /boot/efi/m1n1/`date +%Y%m%d%H%M`.bin sudo cp u-boot.bin /boot/efi/m1n1/boot.bin - } mkdir -p build