Compare commits

...

1 Commits

Author SHA1 Message Date
6c5bac7ad3 fix compile error 2011-12-08 19:32:53 +00:00

@ -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)