modified to build BaS for M5484LITE

This commit is contained in:
Markus Fröschle
2013-10-29 21:01:40 +00:00
parent 26498694b9
commit 98c81ad230
4 changed files with 15 additions and 7 deletions

View File

@@ -805,7 +805,9 @@ void initialize_hardware(void) {
init_slt();
init_fbcs();
init_ddram();
#ifdef MACHINE_FIREBEE
init_fpga();
#endif /* MACHINE_FIREBEE */
/* Validate ST RAM */
* (volatile uint32_t *) 0x42e = STRAM_END; /* phystop TOS system variable */
@@ -940,7 +942,9 @@ void initialize_hardware(void) {
init_eport();
init_xlbus_arbiter();
init_pci();
#ifdef MACHINE_FIREBEE
init_fpga();
#endif /* MACHINE_FIREBEE */
init_pll();
init_video_ddr();
dvi_on();