From d024d4c756c6ea202a1579d8066ea35299741ec5 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 9 Mar 2022 22:12:45 +0100 Subject: [PATCH] another patch made it upstream; reset to right branch --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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` ) -- 2.39.2