From ec336431083e31c49284ecc7f831deac3517e938 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Fri, 12 Aug 2022 21:32:29 +0200 Subject: [PATCH] use the u-boot version with the m2 fix --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6b747ff..e858f6e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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` ) -- 2.39.2