From d408bc4f02ecb5a9ee338f6b469834000e7dd6b9 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 25 Jun 2025 13:45:38 +0100 Subject: [PATCH] lib/systems: remove obsolete `KS8851_MLL` workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was fixed by 51bb08dd04a05035a64504faa47651d36b0f3125 upstream, which is in all our supported kernels ≥ 5.12. --- lib/systems/platforms.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index d35bea4dd469..c3ad042dd9d5 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -305,13 +305,6 @@ rec { autoModules = true; preferBuiltin = true; target = "zImage"; - extraConfig = '' - # >=5.12 fails with: - # drivers/net/ethernet/micrel/ks8851_common.o: in function `ks8851_probe_common': - # ks8851_common.c:(.text+0x179c): undefined reference to `__this_module' - # See: https://lore.kernel.org/netdev/20210116164828.40545-1-marex@denx.de/T/ - KS8851_MLL y - ''; }; gcc = { # Some table about fpu flags: