rk29: increases VMALLOC_END to allow 512MB RAM

This commit is contained in:
黄涛
2010-12-02 17:20:30 +08:00
parent 5c61e1bb60
commit e14a86e5b9
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
/* Set memory size of pmem */
#define SDRAM_SIZE SZ_128M
#define SDRAM_SIZE SZ_512M
#define PMEM_GPU_SIZE (12 * SZ_1M)
#define PMEM_UI_SIZE SZ_16M
#define PMEM_VPU_SIZE SZ_32M

View File

@@ -16,7 +16,7 @@
#ifndef __ASM_ARCH_RK29_VMALLOC_H
#define __ASM_ARCH_RK29_VMALLOC_H
#define VMALLOC_END (PAGE_OFFSET + 0x18000000)
#define VMALLOC_END 0xF0000000
#endif