tried to find the cause of hang in FPGA load on FireBee - unsucessful yet

This commit is contained in:
Markus Fröschle
2013-11-06 07:09:09 +00:00
parent f5612a9663
commit ab0a8c6c72

View File

@@ -1018,7 +1018,7 @@ void initialize_hardware(void)
init_slt(); init_slt();
init_fbcs(); init_fbcs();
init_ddram(); init_ddram();
#ifdef MACHINE_FIREBEE #if MACHINE_FIREBEE
init_fpga(); init_fpga();
init_pll(); init_pll();
init_video_ddr(); init_video_ddr();
@@ -1029,7 +1029,7 @@ void initialize_hardware(void)
init_pci(); init_pci();
/* moved the following line (temporarily) to BaS (after MMU init) to be able to catch adressing errors on USB init */ /* moved the following line (temporarily) to BaS (after MMU init) to be able to catch adressing errors on USB init */
//init_usb(); //init_usb();
#ifdef MACHINE_FIREBEE #if MACHINE_FIREBEE
init_ac97(); init_ac97();
#endif /* MACHINE_FIREBEE */ #endif /* MACHINE_FIREBEE */