From: Thomas Glanzmann Date: Sat, 13 Aug 2022 08:03:09 +0000 (+0200) Subject: add hint from leif X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/2a337eb9a667a83c7fb88e4502de75c2c39f297d add hint from leif --- diff --git a/bootstrap.sh b/bootstrap.sh index e858f6e..d3d58ae 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,6 +53,7 @@ build_uboot() test -d u-boot || git clone https://github.com/AsahiLinux/u-boot cd u-boot git fetch + # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null make apple_m1_defconfig make -j `nproc`