mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
pmem cache off
This commit is contained in:
@@ -394,7 +394,7 @@ struct platform_device rk2818_device_dsp = {
|
||||
static struct android_pmem_platform_data pmem_pdata = {
|
||||
.name = "pmem",
|
||||
.no_allocator = 1,
|
||||
.cached = 1,
|
||||
.cached = 0,
|
||||
.start = 0x6f000000,
|
||||
.size = 0x1000000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user