moby: drop CMA_SIZE_MBYTES kernel override

now that i'm building a size-optimized image, this WORKS
This commit is contained in:
2024-09-26 01:43:24 +00:00
parent 20265a899b
commit afe949be05

View File

@@ -246,7 +246,7 @@ linux_latest.override {
# TODO: at least one of these is required for boot # TODO: at least one of these is required for boot
# UNINLINE_SPIN_UNLOCK = yes; #< DOESN'T TAKE EFFECT # UNINLINE_SPIN_UNLOCK = yes; #< DOESN'T TAKE EFFECT
CMA_SIZE_MBYTES = lib.mkForce (freeform "256"); # CMA_SIZE_MBYTES = lib.mkForce (freeform "256");
SOFTLOCKUP_DETECTOR_INTR_STORM = no; SOFTLOCKUP_DETECTOR_INTR_STORM = no;
LDM_PARTITION = lib.mkForce no; LDM_PARTITION = lib.mkForce no;
DAMON = lib.mkForce no; DAMON = lib.mkForce no;