commit | 1446b210eb928607eb257c63d2c100fc15650d17 | [log] [tgz] |
---|---|---|
author | Dave Chapman <dave@dchapman.com> | Tue Jan 31 09:40:21 2006 +0000 |
committer | Dave Chapman <dave@dchapman.com> | Tue Jan 31 09:40:21 2006 +0000 |
tree | 6de3a58fa3ff397084fc4ea6e5af8015e7574378 | |
parent | 8cd8a950d2c32c096a6517a717fd01899786531f [diff] [blame] |
Oops - fix red iPod bootloader build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8501 a1c6a512-1295-4272-9138-f99709370657
diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 4de6b61..97a4ceb 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c
@@ -340,6 +340,7 @@ #endif TMP_IPOD_HW_REVISION = IPOD_HW_REVISION; + ipod_hw_rev = IPOD_HW_REVISION; system_init(); kernel_init();