From 2b9e9440211cb4167767e2a3492f8b0b937a7689 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 2 Sep 2011 21:34:28 +0000 Subject: 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 --- bootloader/SOURCES | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bootloader/SOURCES') diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 9fd532b..bc9dc85 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -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 -- cgit v1.1