summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-09-12 22:21:03 +0000
committerJens Arnold <amiconn@rockbox.org>2007-09-12 22:21:03 +0000
commitc41470d33d5d198ce02826aab1c06335a2156533 (patch)
tree12e8b1da02c7814704129bfb9783151a717f6afb /bootloader/ipod.c
parent72221fbf79527d45144b3637c73b113e73948d73 (diff)
downloadrockbox-c41470d33d5d198ce02826aab1c06335a2156533.tar.gz
rockbox-c41470d33d5d198ce02826aab1c06335a2156533.zip
1st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable the backlight, as it looks bad in a bright environment due to backlight inversion, and it needs a lot of power.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14678 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index d308e3e9c5..441bda860c 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -237,9 +237,10 @@ void* main(void)
237 reset the settings in rockbox. */ 237 reset the settings in rockbox. */
238 button_was_held = button_hold(); 238 button_was_held = button_hold();
239 239
240#ifndef HAVE_BACKLIGHT_INVERSION
240 /* Turn on the backlight */ 241 /* Turn on the backlight */
241
242 __backlight_on(); 242 __backlight_on();
243#endif
243 244
244 system_init(); 245 system_init();
245 kernel_init(); 246 kernel_init();