camera:pmem_cam use cache
authorroot <root@fisher.(none)>
Thu, 6 Jan 2011 07:53:24 +0000 (15:53 +0800)
committerroot <root@fisher.(none)>
Thu, 6 Jan 2011 07:53:24 +0000 (15:53 +0800)
arch/arm/mach-rk29/board-rk29sdk.c

index 14a2f29c177c0ed81d7722102a8f692f9fc317ec..3a6b7af283452f4cd731b84c2aa9d9c028d8fa37 100755 (executable)
@@ -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 = {