mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44:06 +02:00
canboot_main: Change double reset time from 2 seconds to 500ms
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
66c9853929
commit
a84b354cee
@ -245,7 +245,7 @@ check_double_reset(void)
|
|||||||
// set request signature and delay for two seconds. This enters the bootloader if
|
// set request signature and delay for two seconds. This enters the bootloader if
|
||||||
// the reset button is double clicked
|
// the reset button is double clicked
|
||||||
set_bootup_code(REQUEST_SIG);
|
set_bootup_code(REQUEST_SIG);
|
||||||
udelay(2000000);
|
udelay(500000);
|
||||||
set_bootup_code(0);
|
set_bootup_code(0);
|
||||||
// No reset, read the key back out to clear it
|
// No reset, read the key back out to clear it
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user