summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-31 09:40:21 +0000
committerDave Chapman <dave@dchapman.com>2006-01-31 09:40:21 +0000
commit1446b210eb928607eb257c63d2c100fc15650d17 (patch)
tree6de3a58fa3ff397084fc4ea6e5af8015e7574378 /bootloader
parent8cd8a950d2c32c096a6517a717fd01899786531f (diff)
downloadrockbox-1446b210eb928607eb257c63d2c100fc15650d17.tar.gz
rockbox-1446b210eb928607eb257c63d2c100fc15650d17.zip
Oops - fix red iPod bootloader build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-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();