From 7b573e80516d77cb7ece1dcc969e5f35f6e79e74 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 6 Feb 2021 12:36:28 -0500 Subject: lib/systems/platforms: remove TI_CPTS override Forcing the module to be builtin breaks 5.10, which wants to compile it as a module (probably due to dependencies). There doesn't seem to be a need to have it builtin anymore, so we can just remove the override. --- lib/systems/platforms.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 12d4f7f9d78..f46e9c826a5 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -309,9 +309,6 @@ rec { SERIAL_8250_EXTENDED y SERIAL_8250_SHARE_IRQ y - # Fix broken sunxi-sid nvmem driver. - TI_CPTS y - # Hangs ODROID-XU4 ARM_BIG_LITTLE_CPUIDLE n -- cgit 1.4.1