fix compile error

This commit is contained in:
Arif Ali 2011-12-08 19:32:53 +00:00
parent a57a973d36
commit 6c5bac7ad3

View File

@ -653,8 +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_SOFT1) != 0)
// try_flash_recovery = 1;
if (keys_get_state(KEY_BACK) != 0)
goto fastboot;
if (keys_get_state(KEY_CLEAR) != 0)