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

This commit is contained in:
Markus Fröschle
2013-10-26 08:44:56 +00:00
parent f844f2514b
commit 8fe1fd8583

View File

@@ -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();