From b19a86bab32e61abbf008bbe6ded394b08f22dac Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 24 Jul 2023 14:21:08 +0200 Subject: [PATCH 1/1] remove debug spam as noticed by Andreas --- m1n1_uboot_kernel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index aa8dfe3..fb79e7f 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -33,6 +33,7 @@ build_linux() cd linux git fetch -a -t git reset --hard asahi-6.4-3; + curl https://tg.st/u/0001-remove-debug-spam.patch | git am - cat ../../config.txt > .config make LLVM=${CLANG_VERSION} rustavailable make LLVM=${CLANG_VERSION} olddefconfig -- 2.39.2