fix compile error
This commit is contained in:
parent
a57a973d36
commit
6c5bac7ad3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user