mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
phone-pad: ui pmem should be no_allocator
上次的提交误操作修改了no_allocator的值,这里将其还原
This commit is contained in:
@@ -384,7 +384,7 @@ static struct android_pmem_platform_data android_pmem_pdata = {
|
||||
.name = "pmem",
|
||||
.start = PMEM_UI_BASE,
|
||||
.size = PMEM_UI_SIZE,
|
||||
.no_allocator = 0,
|
||||
.no_allocator = 1,
|
||||
.cached = 1,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user