reverted: merged from dan1j3l, 1.6.5 DE

will add to lk, rather than build-htcleo later
This commit is contained in:
Arif Ali 2011-08-12 11:21:00 +01:00
parent 628f6708c1
commit a57a973d36
4 changed files with 8 additions and 5 deletions

View File

@ -7,8 +7,8 @@ using 2009q3 of Codesourcery Toolchain
misc 1M
recovery 5M
boot 8M
system 400M
cache 44M
system 90M
cache 5M
userdata remaining
Thanks and credits

View File

@ -3,7 +3,8 @@
export ARM=$PWD/../../../toolchain/arm-2009q3/bin
export PATH=$ARM:$PATH
export VERSION=1.4.0.1
export SIZES="`echo {80..150..10} {160..400..20}`"
#export SIZES="`echo {80..150..10} {160..460..20} 250 350 450`"
export SIZES="`echo {80..450..10}`"
export CACHE="5 44"
export OUTPUT=$PWD/../cLK-out
export O_ALL=$OUTPUT/allInOne

View File

@ -653,6 +653,8 @@ void aboot_init(const struct app_descriptor *app)
/* Check if we should do something other than booting up */
if (keys_get_state(KEY_HOME) != 0)
boot_into_recovery = 1;
if (keys_get_state(KEY_SOFT1) != 0)
try_flash_recovery = 1;
if (keys_get_state(KEY_BACK) != 0)
goto fastboot;
if (keys_get_state(KEY_CLEAR) != 0)

View File

@ -5,8 +5,8 @@ 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=250
#DEFINES += SYSTEM_PARTITION_SIZE=400
DEFINES += SYSTEM_PARTITION_SIZE=90
#DEFINES += SYSTEM_PARTITION_SIZE=90
DEFINES += CACHE_PARTITION_SIZE=5
#cedesmith note: MEMBASE requires edit in platform/qsd8k/rules.mk