mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk29: increases VMALLOC_END to allow 512MB RAM
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user