]> git.zerfleddert.de Git - m1-debian/commitdiff
use the u-boot version with the m2 fix
authorThomas Glanzmann <thomas@glanzmann.de>
Fri, 12 Aug 2022 19:32:29 +0000 (21:32 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Fri, 12 Aug 2022 19:32:29 +0000 (21:32 +0200)
bootstrap.sh

index 6b747ff0a985a8428fc4762a72e2d8ed8af716e6..e858f6ec9117dd18828fbd2b4af6c710ea882373 100644 (file)
@@ -50,10 +50,10 @@ build_uboot()
 {
 (
         handle_crosscompile
-        test -d u-boot || git clone --depth 1 https://github.com/AsahiLinux/u-boot
+        test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch
-        git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
+        git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null
         make apple_m1_defconfig
         make -j `nproc`
 )
Impressum, Datenschutz