From 182ae661ced4144e1971e54663c2f2214a6adb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 8 Dec 2012 08:33:45 +0000 Subject: [PATCH] fixed hang in Firetos initialize_hardware() --- .project | 1 + sources/sysinit.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.project b/.project index 008ae57..377e4df 100644 --- a/.project +++ b/.project @@ -7,6 +7,7 @@ org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, ?children? diff --git a/sources/sysinit.c b/sources/sysinit.c index 51fd4a2..4f6f67f 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -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();