From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Wed, 9 Mar 2022 21:12:45 +0000 (+0100)
Subject: another patch made it upstream; reset to right branch
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/d024d4c756c6ea202a1579d8066ea35299741ec5?ds=sidebyside

another patch made it upstream; reset to right branch
---

diff --git a/bootstrap.sh b/bootstrap.sh
index ea83c13..b1b17fb 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -52,8 +52,7 @@ build_uboot()
         test -d u-boot || git clone --depth 1 https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch
-        git reset --hard origin/x2r10g10b10; git clean -f -x -d &> /dev/null
-        curl -s https://tg.st/u/v2-console-usb-kbd-Limit-poll-frequency-to-improve-performance.diff | patch -p1
+        git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
         make apple_m1_defconfig
         make -j `nproc`
 )