From 82b03aa3cfae9e4a073060d8eb5cd4a9d9e3bf6c Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Tue, 5 Jan 2021 19:46:31 +0100 Subject: [PATCH] Remove CMA_SIZE_MBYTES (incompatible with newer nixpkgs) --- kernel.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel.nix b/kernel.nix index 6748ba1..a637657 100644 --- a/kernel.nix +++ b/kernel.nix @@ -4770,7 +4770,6 @@ in buildLinux { "DMA_REMAP" = yes; "DMA_DIRECT_REMAP" = yes; "DMA_CMA" = yes; - "CMA_SIZE_MBYTES" = freeform "128"; "CMA_SIZE_SEL_MBYTES" = yes; "CMA_ALIGNMENT" = freeform "8"; "SGL_ALLOC" = yes;