From 8d145a55746ed3f0c131b6677c00bb126dc086c6 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 19 Sep 2007 18:46:54 +0000 Subject: Initial attempt at c200 support - you now need both a "firmware.mi4" file (c200 bootloader) and "PP5022.mi4" file (e200 bootloader) to compile. sansapatcher should detect the device type and install the correct bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14755 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/sansapatcher/sansaio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/sansapatcher/sansaio.h') diff --git a/rbutil/sansapatcher/sansaio.h b/rbutil/sansapatcher/sansaio.h index 2ef88fd384..5cfb12f416 100644 --- a/rbutil/sansapatcher/sansaio.h +++ b/rbutil/sansapatcher/sansaio.h @@ -59,6 +59,7 @@ struct sansa_t { int sector_size; struct sansa_partinfo_t pinfo[4]; int hasoldbootloader; + char* targetname; /* "e200" or "c200" */ loff_t start; /* Offset in bytes of firmware partition from start of disk */ }; -- cgit v1.2.3