From e05420a8178549f2b8c904e22d554e219d2cb504 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Sat, 29 Jan 2022 22:14:56 +0100
Subject: [PATCH 1/1] update config for developer quickstart

---
 doc/asahi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/asahi.txt b/doc/asahi.txt
index 7427f57..9d856da 100644
--- a/doc/asahi.txt
+++ b/doc/asahi.txt
@@ -50,7 +50,7 @@ git clone --depth 1 https://github.com/AsahiLinux/linux
 cd linux
 curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am -
 curl -s https://tg.st/u/5nly | git am -
-curl -s https://tg.st/u/m1-config-2022-01-27 > .config
+curl -s https://tg.st/u/config-2022-01-28 > .config
 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- olddefconfig
 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j32 Image.gz dtbs
 cd ..
-- 
2.39.5