projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a448a9d
)
camera:pmem_cam use cache
author
root
<root@fisher.(none)>
Thu, 6 Jan 2011 07:53:24 +0000
(15:53 +0800)
committer
root
<root@fisher.(none)>
Thu, 6 Jan 2011 07:53:24 +0000
(15:53 +0800)
arch/arm/mach-rk29/board-rk29sdk.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/board-rk29sdk.c
b/arch/arm/mach-rk29/board-rk29sdk.c
index 14a2f29c177c0ed81d7722102a8f692f9fc317ec..3a6b7af283452f4cd731b84c2aa9d9c028d8fa37 100755
(executable)
--- a/
arch/arm/mach-rk29/board-rk29sdk.c
+++ b/
arch/arm/mach-rk29/board-rk29sdk.c
@@
-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 = {