From 405a0922f6b7619290607529f5255d806c4fd15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 6 Nov 2013 07:09:09 +0000 Subject: [PATCH] tried to find the cause of hang in FPGA load on FireBee - unsucessful yet --- sources/sysinit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 334d7e3..cec3cb4 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -980,7 +980,7 @@ void initialize_hardware(void) /* make sure MMU is disabled */ MCF_MMU_MMUCR = 0; /* MMU off */ - NOP(); /* force pipeline sync */ + NOP(); /* force pipeline sync */ /* * Determine the processor revision @@ -1018,7 +1018,7 @@ void initialize_hardware(void) init_slt(); init_fbcs(); init_ddram(); -#ifdef MACHINE_FIREBEE +#if MACHINE_FIREBEE init_fpga(); init_pll(); init_video_ddr(); @@ -1029,7 +1029,7 @@ void initialize_hardware(void) init_pci(); /* moved the following line (temporarily) to BaS (after MMU init) to be able to catch adressing errors on USB init */ //init_usb(); -#ifdef MACHINE_FIREBEE +#if MACHINE_FIREBEE init_ac97(); #endif /* MACHINE_FIREBEE */