summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-20 10:01:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-20 10:01:05 +0000
commiteee3745d70dc0c36f54a311d8af2fc35ec65537b (patch)
tree8b5edbc8218e57425ad8457732483d218659f50d
parentcb98ed026bf0fd19f393345520009e0b9b5256ac (diff)
downloadrockbox-eee3745d70dc0c36f54a311d8af2fc35ec65537b.tar.gz
rockbox-eee3745d70dc0c36f54a311d8af2fc35ec65537b.zip
Add 3 more OF datbase refresh locations for the e200 bootloader (FS#7990)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15219 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--bootloader/main-pp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index ed05b07fb9..ec83af5485 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -352,8 +352,11 @@ struct OFDB_info {
352 int offset; 352 int offset;
353} OFDatabaseOffsets[] = { 353} OFDatabaseOffsets[] = {
354 { "PP5022AF-05.51-S301-01.11-S301.01.11A-D", 39, 0x3c08, 0xe1 }, 354 { "PP5022AF-05.51-S301-01.11-S301.01.11A-D", 39, 0x3c08, 0xe1 },
355 { "PP5022AF-05.51-S301-00.12-S301.00.12E-D", 39, 0x3c5c, 0x2 }, 355 { "PP5022AF-05.51-S301-00.12-S301.00.12E-D", 39, 0x3c5c, 0x2 },
356 { "PP5022AF-05.51-S301-00.12-S301.00.12A-D", 39, 0x3c08, 0xe1 }, 356 { "PP5022AF-05.51-S301-00.12-S301.00.12A-D", 39, 0x3c08, 0xe1 },
357 { "PP5022AF-05.51-S301-02.15-S301.02.15E-D", 39, 0x3c08, 0xe1 },
358 { "PP5022AF-05.51-S301-02.18-S301.02.18A-D", 39, 0x3c08, 0xe1 },
359 { "PP5022AF-05.51-S301-02.18-S301.02.18E-D", 39, 0x3c08, 0xe1 }
357}; 360};
358#else /* SANSA_C200 */ 361#else /* SANSA_C200 */
359/* TODO: need to determine these for the c200 */ 362/* TODO: need to determine these for the c200 */