forked from len0rd/rockbox
FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c3a446435
commit
84b509dc43
7 changed files with 364 additions and 421 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#if defined(IPOD_ARCH)
|
||||
common.c
|
||||
ipod.c
|
||||
#elif defined(GIGABEAT_F)
|
||||
gigabeat.c
|
||||
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200)
|
||||
common.c
|
||||
main-pp.c
|
||||
#elif defined(ELIO_TPJ1022)
|
||||
tpj1022.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue