]> git.zerfleddert.de Git - m1-debian/commitdiff
another patch made it upstream; reset to right branch
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Mar 2022 21:12:45 +0000 (22:12 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Mar 2022 21:12:45 +0000 (22:12 +0100)
bootstrap.sh

index ea83c13b86370b644982d048d87ffa9f8174fe8f..b1b17fbbf76bbb934f479b1cd429df3f30a55059 100644 (file)
@@ -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`
 )
Impressum, Datenschutz