cortexa: Add short delay after reset, before reattaching.
Allows the early bootloader to configure the DDR ram.
This commit is contained in:
parent
a2ec877b73
commit
0ab878dcd2
|
@ -440,6 +440,8 @@ static void cortexa_reset(target *t)
|
||||||
}
|
}
|
||||||
} while (e.type == EXCEPTION_ERROR);
|
} while (e.type == EXCEPTION_ERROR);
|
||||||
|
|
||||||
|
platform_delay(100);
|
||||||
|
|
||||||
cortexa_attach(t);
|
cortexa_attach(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue