summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/ipod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 63b7b2207b..2728529dce 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -325,6 +325,10 @@ void* main(void)
/* set port B03 on */
outl(((0x100 | 1) << 3), 0x6000d824);
+#elif CONFIG_BACKLIGHT==BL_IPODMINI
+ /* set port B03 on */
+ outl(((0x100 | 1) << 3), 0x6000d824);
+
#elif CONFIG_BACKLIGHT==BL_IPODNANO
/* set port B03 on */