mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 19:28:00 +01:00
Merge "ipq6018: Add 100 ms delay before resetting"
This commit is contained in:
commit
3f32cfc5ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1207,6 +1207,7 @@ void reset_board(void)
|
|||
reset_crashdump();
|
||||
|
||||
puts ("resetting ...\n");
|
||||
mdelay(100);
|
||||
|
||||
if(*tz_wonce == 0) { /*COLD REBOOT*/
|
||||
if(do_pmic_reset())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue