summaryrefslogtreecommitdiff
path: root/bootloader/ipodnano2g.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipodnano2g.c')
-rw-r--r--bootloader/ipodnano2g.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/bootloader/ipodnano2g.c b/bootloader/ipodnano2g.c
index b2b2138f78..be714c6273 100644
--- a/bootloader/ipodnano2g.c
+++ b/bootloader/ipodnano2g.c
@@ -82,10 +82,6 @@ void fatal_error(void)
82 } 82 }
83} 83}
84 84
85/* aes_decrypt() and readfw() functions taken from iLoader.
86 (C) Michael Sparmann and licenced under GPL v2 or later.
87*/
88
89static void aes_decrypt(void* data, uint32_t size) 85static void aes_decrypt(void* data, uint32_t size)
90{ 86{
91 uint32_t ptr, i; 87 uint32_t ptr, i;
@@ -196,9 +192,9 @@ void main(void)
196 lcd_set_background(LCD_BLACK); 192 lcd_set_background(LCD_BLACK);
197 lcd_clear_display(); 193 lcd_clear_display();
198 194
199// button_init(); 195 button_init();
200 196
201 btn=0; /* TODO */ 197 btn = button_status();
202 198
203 /* Enable bootloader messages */ 199 /* Enable bootloader messages */
204 if (btn==BUTTON_RIGHT) 200 if (btn==BUTTON_RIGHT)