]> git.zerfleddert.de Git - m1-debian/commitdiff
less whitespace
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Oct 2022 06:58:42 +0000 (08:58 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Oct 2022 06:58:42 +0000 (08:58 +0200)
gpu.sh

diff --git a/gpu.sh b/gpu.sh
index 3c5db607dad0925512919f14aaee43eddfd06911..7aead880c62a2796c4c62b1a1c87081c1c8a43a3 100644 (file)
--- 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
Impressum, Datenschutz