mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
camera:pmem_cam use cache
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user