camera:pmem_cam use cache

This commit is contained in:
root 2011-01-06 15:53:24 +08:00
parent a448a9de9f
commit 8fe34d8fdb

View File

@ -282,7 +282,7 @@ static struct android_pmem_platform_data android_pmem_cam_pdata = {
.start = PMEM_CAM_BASE,
.size = PMEM_CAM_SIZE,
.no_allocator = 1,
.cached = 0,
.cached = 1,
};
static struct platform_device android_pmem_cam_device = {