summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/telechips.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index 1918465aa2..e1b80f9be6 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -197,12 +197,8 @@ void* main(void)
197 line = 0; 197 line = 0;
198 printf("POWER-OFF"); 198 printf("POWER-OFF");
199 199
200#if defined(COWON_D2) 200 /* Power-off */
201 lcd_enable(false); 201 power_off();
202#endif
203
204 /* TODO: Power-off */
205 while(1);
206 202
207 return 0; 203 return 0;
208} 204}