From: Thomas Glanzmann Date: Wed, 16 Nov 2022 19:17:39 +0000 (+0100) Subject: use the fixed branch from kettenis X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/bbfe0117229983309a3f88695d3d87eb641b77b6 use the fixed branch from kettenis --- diff --git a/gpu.sh b/gpu.sh index 2ab7726..8bc06fa 100644 --- 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` )