From c41470d33d5d198ce02826aab1c06335a2156533 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 12 Sep 2007 22:21:03 +0000 Subject: 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 --- bootloader/ipod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootloader/ipod.c') 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) reset the settings in rockbox. */ button_was_held = button_hold(); +#ifndef HAVE_BACKLIGHT_INVERSION /* Turn on the backlight */ - __backlight_on(); +#endif system_init(); kernel_init(); -- cgit v1.2.3