From 360d3d720b87f2029c399a468294838a71181f64 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 16 Feb 2009 22:49:58 +0000 Subject: Onda VX747: * Rework battery reading * Get power off back working * Add time to debug view * Convert TABs to spaces in firmware/export/mips*.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20024 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/mips/ingenic_jz47xx/system-jz4740.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/target/mips/ingenic_jz47xx/system-jz4740.c') diff --git a/firmware/target/mips/ingenic_jz47xx/system-jz4740.c b/firmware/target/mips/ingenic_jz47xx/system-jz4740.c index e37f17c73f..c029dd46bb 100644 --- a/firmware/target/mips/ingenic_jz47xx/system-jz4740.c +++ b/firmware/target/mips/ingenic_jz47xx/system-jz4740.c @@ -509,6 +509,9 @@ void system_exception_wait(void) void power_off(void) { + /* Enable RTC clock */ + __cpm_start_rtc(); + /* Put system into hibernate mode */ __rtc_clear_alarm_flag(); __rtc_clear_hib_stat_all(); -- cgit v1.2.3