From 8fe1fd85834db7ce2744632a03ddbd613d3cc239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 26 Oct 2013 08:44:56 +0000 Subject: [PATCH] removed call to new init_pci() (replaced by old init_PCI()) since new version causes a hang in EmuTOS boot. Need to test more extensively first --- sources/sysinit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index fcd84ea..e66cb15 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -983,9 +983,9 @@ void initialize_hardware(void) { init_slt(); init_fbcs(); init_ddram(); - init_pci(); - init_eport(); - init_xlbus_arbiter(); + init_PCI(); + //init_eport(); + //init_xlbus_arbiter(); init_fpga(); init_pll(); init_video_ddr();