From 7248ed42b94dd21c133ed8ab125ceda789f0587f Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 26 Oct 2022 08:58:42 +0200 Subject: [PATCH] less whitespace --- gpu.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2