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:
@@ -983,9 +983,9 @@ void initialize_hardware(void) {
|
|||||||
init_slt();
|
init_slt();
|
||||||
init_fbcs();
|
init_fbcs();
|
||||||
init_ddram();
|
init_ddram();
|
||||||
init_pci();
|
init_PCI();
|
||||||
init_eport();
|
//init_eport();
|
||||||
init_xlbus_arbiter();
|
//init_xlbus_arbiter();
|
||||||
init_fpga();
|
init_fpga();
|
||||||
init_pll();
|
init_pll();
|
||||||
init_video_ddr();
|
init_video_ddr();
|
||||||
|
|||||||
Reference in New Issue
Block a user