drm/vc4: Increase CMA size to 256M aligned to 256M boundary

This commit is contained in:
Phil Elwell
2015-11-05 11:05:09 +00:00
committed by popcornmix
parent 3ce28fac1c
commit 65229f88bc

View File

@@ -89,7 +89,7 @@
fragment@4 { fragment@4 {
target-path = "/chosen"; target-path = "/chosen";
__overlay__ { __overlay__ {
bootargs = "cma=0x4000000"; bootargs = "cma=256M@512M";
}; };
}; };
}; };