summaryrefslogtreecommitdiff
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-11 01:37:12 +0000
committerDave Chapman <dave@dchapman.com>2009-10-11 01:37:12 +0000
commitb04a7a86e1d903a37091486764d0dfe09372d663 (patch)
tree35c74cc921eb641858269c30c2add4e436d97ec8 /bootloader/SOURCES
parenta27f2b8683204e337b142124979592ee1cd0d6f9 (diff)
downloadrockbox-b04a7a86e1d903a37091486764d0dfe09372d663.zip
rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.gz
rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.bz2
rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.xz
Make the Nano2G bootloader actually function as a bootloader. The resulting bootloader-ipodnano2g.ipod file needs to be encrypted on a target using the crypt_firmware plugin to create bootloader-ipodnano2g.ipodx, which can then be written to the firmware partition using the ipodpatcher patch at FS#10609. Dual-booting doesn't work yet - only Rockbox can be run.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23084 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r--bootloader/SOURCES7
1 files changed, 3 insertions, 4 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index f297f18..a512064 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -1,6 +1,8 @@
common.c
-#if defined(IPOD_ARCH)
+#if defined(IPOD_NANO2G)
+ipodnano2g.c
+#elif defined(IPOD_ARCH)
ipod.c
#elif defined(GIGABEAT_F)
gigabeat.c
@@ -55,7 +57,4 @@ show_logo.c
#elif defined(LYRE_PROTO1)
lyre_proto1.c
show_logo.c
-#elif defined(IPOD_NANO2G)
-ipodnano2g.c
-show_logo.c
#endif