fixed hang in Firetos initialize_hardware()

This commit is contained in:
Markus Fröschle
2012-12-08 08:33:45 +00:00
parent c6b029860f
commit 182ae661ce
2 changed files with 3 additions and 0 deletions

View File

@@ -796,6 +796,8 @@ void initialize_hardware(void) {
if (!(DIP_SWITCH & (1 << 6))) {
/* Minimal hardware initialization */
init_gpio();
init_serial();
init_slt();
init_fbcs();
init_ddram();
init_fpga();