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"
];
boot.kernelParams = [
# XXX(2024-11-26): SPECULATIVE fix for camera bringup; TODO: check if this is actually required?
"cma=512M"
];
# boot.kernelParams = [
# # XXX(2024-11-26): SPECULATIVE fix for camera bringup; seems megapixels and snapshot work fine without this though
# "cma=512M"
# ];
};
}