comparison nuc-fw/bsp/init_target.c @ 130:8b0793c67f9f

nuc-fw: final preparations for the big transition
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 08:03:23 +0000
parents 1e41550feec5
children 035672b72f9b
comparison
equal deleted inserted replaced
129:7d7950d7f924 130:8b0793c67f9f
65 TM_DisableWatchdog(); /* Disable Watchdog */ 65 TM_DisableWatchdog(); /* Disable Watchdog */
66 #if (CHIPSET == 12) || (CHIPSET == 15) 66 #if (CHIPSET == 12) || (CHIPSET == 15)
67 TM_SEC_DisableWatchdog(); 67 TM_SEC_DisableWatchdog();
68 #endif 68 #endif
69 69
70 freecalypso_disable_bootrom_pll();
71
70 #if ((CHIPSET == 4) || (CHIPSET == 7) || (CHIPSET == 8) || (CHIPSET == 10) || (CHIPSET == 11) || (CHIPSET == 12) || (CHIPSET == 15)) 72 #if ((CHIPSET == 4) || (CHIPSET == 7) || (CHIPSET == 8) || (CHIPSET == 10) || (CHIPSET == 11) || (CHIPSET == 12) || (CHIPSET == 15))
71 73
72 /* 74 /*
73 * Enable/Disable of clock switch off for INTH, TIMER, BRIDGE and DPLL modules 75 * Enable/Disable of clock switch off for INTH, TIMER, BRIDGE and DPLL modules
74 */ 76 */