mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
cb98ed026b
commit
eee3745d70
1 changed files with 4 additions and 1 deletions
|
@ -352,8 +352,11 @@ struct OFDB_info {
|
|||
int offset;
|
||||
} OFDatabaseOffsets[] = {
|
||||
{ "PP5022AF-05.51-S301-01.11-S301.01.11A-D", 39, 0x3c08, 0xe1 },
|
||||
{ "PP5022AF-05.51-S301-00.12-S301.00.12E-D", 39, 0x3c5c, 0x2 },
|
||||
{ "PP5022AF-05.51-S301-00.12-S301.00.12E-D", 39, 0x3c5c, 0x2 },
|
||||
{ "PP5022AF-05.51-S301-00.12-S301.00.12A-D", 39, 0x3c08, 0xe1 },
|
||||
{ "PP5022AF-05.51-S301-02.15-S301.02.15E-D", 39, 0x3c08, 0xe1 },
|
||||
{ "PP5022AF-05.51-S301-02.18-S301.02.18A-D", 39, 0x3c08, 0xe1 },
|
||||
{ "PP5022AF-05.51-S301-02.18-S301.02.18E-D", 39, 0x3c08, 0xe1 }
|
||||
};
|
||||
#else /* SANSA_C200 */
|
||||
/* TODO: need to determine these for the c200 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue