summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index b1722086e1..beb84e3add 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -54,9 +54,6 @@
54 54
55char version[] = APPSVERSION; 55char version[] = APPSVERSION;
56 56
57#include "rockbox-16bit.h"
58#include "ipodlinux-16bit.h"
59
60typedef struct _image { 57typedef struct _image {
61 unsigned type; /* '' */ 58 unsigned type; /* '' */
62 unsigned id; /* */ 59 unsigned id; /* */
@@ -347,19 +344,11 @@ void* main(void)
347 button_init(); 344 button_init();
348#endif 345#endif
349 346
350 /* Notes: iPod Color/Photo LCD is 220x176, Nano is 176x138 */ 347 line=0;
351
352 /* Display the 42x47 pixel iPodLinux logo */
353 lcd_bitmap(ipllogo, 20,6, 42,47);
354
355 /* Display the 100x31 pixel Rockbox logo */
356 lcd_bitmap(rockboxlogo, 74,16, 100,31);
357
358 line=7;
359 348
360 lcd_setfont(FONT_SYSFIXED); 349 lcd_setfont(FONT_SYSFIXED);
361 350
362 lcd_puts(0, line++, "iPodLinux/Rockbox boot loader"); 351 lcd_puts(0, line++, "Rockbox boot loader");
363 snprintf(buf, sizeof(buf), "Version: 20%s", version); 352 snprintf(buf, sizeof(buf), "Version: 20%s", version);
364 lcd_puts(0, line++, buf); 353 lcd_puts(0, line++, buf);
365 snprintf(buf, sizeof(buf), "IPOD version: 0x%08x", IPOD_HW_REVISION); 354 snprintf(buf, sizeof(buf), "IPOD version: 0x%08x", IPOD_HW_REVISION);