Added my quick build environment

changed make files and code, to dynaically change cache
added the other files that I forgot
This commit is contained in:
Arif Ali 2011-03-27 21:24:52 +01:00
parent 45e1245f9e
commit 87370fbba5
2 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ static struct ptentry board_part_list[MAX_PTABLE_PARTS] __attribute__ ((aligned
.length = SYSTEM_PARTITION_SIZE /* In MB */,
},
{
.length = 44 /* In MB */,
.length = CACHE_PARTITION_SIZE /* In MB */,
.name = "cache",
},
{

View File

@ -5,8 +5,9 @@ INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared
PLATFORM := qsd8k
#define system partition size (in MB), if not defined my custom (from magldr) layout is used. see init.c
DEFINES += SYSTEM_PARTITION_SIZE=150
#DEFINES += SYSTEM_PARTITION_SIZE=250
DEFINES += SYSTEM_PARTITION_SIZE=400
#DEFINES += SYSTEM_PARTITION_SIZE=400
DEFINES += CACHE_PARTITION_SIZE=5
#cedesmith note: MEMBASE requires edit in platform/qsd8k/rules.mk
# maximum partition size will be about 340mb ( MEMBASE-SCRATCH_ADDR)