Patch #1435744 from Andrew Scott - initial iPod Mini support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 63b7b22..2728529 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -325,6 +325,10 @@
/* 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 */