rk29: sdk: ui pmem should be no_allocator

This commit is contained in:
黄涛
2011-09-14 14:07:43 +08:00
parent 199e4a8fe6
commit 6dd5fa5227
4 changed files with 4 additions and 4 deletions

View File

@@ -754,7 +754,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,
};

View File

@@ -381,7 +381,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,
};

View File

@@ -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,
};

View File

@@ -712,7 +712,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,
};