From: Thomas Glanzmann Date: Mon, 24 Jul 2023 12:21:08 +0000 (+0200) Subject: remove debug spam as noticed by Andreas X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/b19a86bab32e61abbf008bbe6ded394b08f22dac remove debug spam as noticed by Andreas --- 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