From 868fcce96cf0a131daa615afe87ea8a2287304bd Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 16 Feb 2008 12:44:15 +0000 Subject: Shutdown needs about 2 seconds, but it seems to work :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16317 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/telechips.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bootloader/telechips.c') 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) line = 0; printf("POWER-OFF"); -#if defined(COWON_D2) - lcd_enable(false); -#endif - - /* TODO: Power-off */ - while(1); + /* Power-off */ + power_off(); return 0; } -- cgit v1.2.3