summaryrefslogtreecommitdiff
path: root/common/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.c')
-rw-r--r--common/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.c b/common/system.c
index ee6d7ce97e..5db3681c26 100644
--- a/common/system.c
+++ b/common/system.c
@@ -409,6 +409,7 @@ static void jump_to_image(uintptr_t init_addr)
* power.
*/
pd_soft_reset();
+ usleep(5*MSEC);
#endif
/* Flush UART output unless the UART hasn't been initialized yet */