diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/telechips.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 1918465..e1b80f9 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -197,12 +197,8 @@ void* main(void) line = 0; printf("POWER-OFF"); -#if defined(COWON_D2) - lcd_enable(false); -#endif - - /* TODO: Power-off */ - while(1); + /* Power-off */ + power_off(); return 0; } |