summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
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)
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();