From bbfe0117229983309a3f88695d3d87eb641b77b6 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 16 Nov 2022 20:17:39 +0100 Subject: [PATCH] use the fixed branch from kettenis --- gpu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` ) -- 2.39.2