From 3949d6707f47b089895829eed2c08610e4750d92 Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Wed, 12 Mar 2025 17:03:35 +0100
Subject: [PATCH] airoha: an7581: Update kernel for new overlay alignment

Align to 512 KB.

Note that this will cause losing settings on first upgrade from older
versions.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
---
 airoha/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airoha/Config.in b/airoha/Config.in
index a22f4705c..489b45610 100644
--- a/airoha/Config.in
+++ b/airoha/Config.in
@@ -3,7 +3,7 @@ if TARGET_airoha
 	config KERNEL_GIT_CLONE_URI
 		default "https://dev.iopsys.eu/airoha/linux.git"
 	config KERNEL_GIT_REF
-		default "b2b4e4c6faa027f045e1ae13ffc8c0518e7196b5" if TARGET_airoha_an7581
+		default "dee696a3676be402c676b597014b974177d194ed" if TARGET_airoha_an7581
 		default "97d2eb7b02e0c963ab66c11e2c9c70660694b680" if TARGET_airoha_en7523
 	config KERNEL_GIT_MIRROR_HASH
 		default "e76032cce99c247d73bae1b67bc7a1de58a8a3def4c6f2426f322ad062b608de"
-- 
GitLab