summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-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)
325 /* set port B03 on */ 325 /* set port B03 on */
326 outl(((0x100 | 1) << 3), 0x6000d824); 326 outl(((0x100 | 1) << 3), 0x6000d824);
327 327
328#elif CONFIG_BACKLIGHT==BL_IPODMINI
329 /* set port B03 on */
330 outl(((0x100 | 1) << 3), 0x6000d824);
331
328#elif CONFIG_BACKLIGHT==BL_IPODNANO 332#elif CONFIG_BACKLIGHT==BL_IPODNANO
329 333
330 /* set port B03 on */ 334 /* set port B03 on */