mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Rework c200wipe to use proper partitioning and formatting code, which makes the code size-independent.
Also support the e200 with this code. Apparently it's also possible to get the e200 in a state where .fmt files don't help. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9eb5b31ad
commit
2b9e944021
7 changed files with 763 additions and 525 deletions
|
@ -18,10 +18,9 @@ show_logo.c
|
|||
defined(SAMSUNG_YH925) || defined(SANSA_VIEW)
|
||||
#ifdef E200R_INSTALLER
|
||||
main-e200r-installer.c
|
||||
#elif defined(C240_ERASE)
|
||||
main-c240wipe.c
|
||||
#elif defined(C250_ERASE)
|
||||
main-c250wipe.c
|
||||
#elif defined(SANSA_PP_ERASE)
|
||||
main-ppsansawipe.c
|
||||
fat32format.c
|
||||
#else
|
||||
show_logo.c
|
||||
main-pp.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue