From f6bc19158e1bd5f700834a36fb9f6064e444ef9c Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 17 Oct 2007 05:19:20 +0000 Subject: Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox.mrboot. Something is wrong with the rockbox bootloader, but at least now we can work with the main build. Added in a warning for the core_sleep function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15162 a1c6a512-1295-4272-9138-f99709370657 --- firmware/thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/thread.c') diff --git a/firmware/thread.c b/firmware/thread.c index 1265877..f9d8e01 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -608,7 +608,8 @@ static inline void core_sleep(struct thread_entry **waking) #else static inline void core_sleep(struct thread_entry **waking) { - + (void) waking; +#warning core_sleep not implemented, battery life will be decreased } #endif /* CONFIG_CPU == */ -- cgit v1.1