summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 4de6b61e62..97a4cebd69 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -340,6 +340,7 @@ void* main(void)
340#endif 340#endif
341 341
342 TMP_IPOD_HW_REVISION = IPOD_HW_REVISION; 342 TMP_IPOD_HW_REVISION = IPOD_HW_REVISION;
343 ipod_hw_rev = IPOD_HW_REVISION;
343 344
344 system_init(); 345 system_init();
345 kernel_init(); 346 kernel_init();