diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-10-11 01:37:12 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-10-11 01:37:12 +0000 |
| commit | b04a7a86e1d903a37091486764d0dfe09372d663 (patch) | |
| tree | 35c74cc921eb641858269c30c2add4e436d97ec8 /bootloader/SOURCES | |
| parent | a27f2b8683204e337b142124979592ee1cd0d6f9 (diff) | |
| download | rockbox-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/SOURCES | 7 |
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 |