]> git.zerfleddert.de Git - m1-debian/commitdiff
use the fixed branch from kettenis
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Nov 2022 19:17:39 +0000 (20:17 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Nov 2022 19:17:39 +0000 (20:17 +0100)
gpu.sh

diff --git a/gpu.sh b/gpu.sh
index 2ab772624afa8a9479f046148b7c4f45c13b08cb..8bc06fa005e7eef8934499d3ebc9c5005dac14b8 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -45,8 +45,8 @@ build_uboot()
         test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch -a -t
-        git reset --hard asahi-v2022.07-4;
-        curl -s https://tg.st/u/0001-usb_setup_descriptor-Add-1ms-delay-in-order-to-unbre.patch | patch -p1
+        git reset --hard origin/asahi;
+
         make apple_m1_defconfig
         make -j `nproc`
 )
Impressum, Datenschutz