hal: pinephone-pro: remove CMA

This commit is contained in:
2024-12-03 03:33:45 +00:00
parent 559ce84e47
commit 6340a35fb9

View File

@@ -415,9 +415,9 @@ in
# "zram" # "zram"
]; ];
boot.kernelParams = [ # boot.kernelParams = [
# XXX(2024-11-26): SPECULATIVE fix for camera bringup; TODO: check if this is actually required? # # XXX(2024-11-26): SPECULATIVE fix for camera bringup; seems megapixels and snapshot work fine without this though
"cma=512M" # "cma=512M"
]; # ];
}; };
} }