From 2a337eb9a667a83c7fb88e4502de75c2c39f297d Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Sat, 13 Aug 2022 10:03:09 +0200
Subject: [PATCH 1/1] add hint from leif

---
 bootstrap.sh | 1 +
 1 file changed, 1 insertion(+)

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`
-- 
2.39.5