summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index a51b6775a1..f5669d0bbf 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -68,6 +68,10 @@ void* main(void)
68 68
69 _backlight_on(); 69 _backlight_on();
70 70
71#if defined(COWON_D2)
72 ata_init();
73#endif
74
71 while(!do_power_off) { 75 while(!do_power_off) {
72 line = 0; 76 line = 0;
73 printf("Hello World!"); 77 printf("Hello World!");