cortexa: Add short delay after reset, before reattaching.

Allows the early bootloader to configure the DDR ram.
This commit is contained in:
Gareth McMullin 2016-04-19 13:29:22 -07:00
parent a2ec877b73
commit 0ab878dcd2
1 changed files with 2 additions and 0 deletions

View File

@ -440,6 +440,8 @@ static void cortexa_reset(target *t)
}
} while (e.type == EXCEPTION_ERROR);
platform_delay(100);
cortexa_attach(t);
}