Subversion Repositories freemyipod

Rev

Rev 677 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 677 Rev 740
Line 215... Line 215...
215
void init()
215
void init()
216
{
216
{
217
#ifdef HAVE_TARGETINIT_VERYEARLY
217
#ifdef HAVE_TARGETINIT_VERYEARLY
218
    targetinit_veryearly();
218
    targetinit_veryearly();
219
#endif
219
#endif
-
 
220
    interrupt_init();
220
#ifdef HAVE_LCD
221
#ifdef HAVE_LCD
221
    lcd_init();
222
    lcd_init();
222
    lcdconsole_init();
223
    lcdconsole_init();
223
#endif
224
#endif
224
#ifdef HAVE_TARGETINIT_EARLY
225
#ifdef HAVE_TARGETINIT_EARLY
225
    targetinit_early();
226
    targetinit_early();
226
#endif
227
#endif
227
    interrupt_init();
-
 
228
#ifdef HAVE_I2C
228
#ifdef HAVE_I2C
229
    i2c_init();
229
    i2c_init();
230
#endif
230
#endif
231
    power_init();
231
    power_init();
232
    lcdconsole_puts(welcomestring, LCDCONSOLE_FGCOLOR, LCDCONSOLE_BGCOLOR);
232
    lcdconsole_puts(welcomestring, LCDCONSOLE_FGCOLOR, LCDCONSOLE_BGCOLOR);