diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-02-08 02:20:05 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-02-08 02:20:05 +0000 |
| commit | a07c034de77e9159cf5d9501c75ea1f0165b6a13 (patch) | |
| tree | 4a563faa46f15d67787759e66fa578a6da65273e /tools | |
| parent | 7667a865ff06565a2a7f91ccde0120cd2e0c977e (diff) | |
| download | rockbox-a07c034de77e9159cf5d9501c75ea1f0165b6a13.zip rockbox-a07c034de77e9159cf5d9501c75ea1f0165b6a13.tar.gz rockbox-a07c034de77e9159cf5d9501c75ea1f0165b6a13.tar.bz2 rockbox-a07c034de77e9159cf5d9501c75ea1f0165b6a13.tar.xz | |
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16243 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 | ||||
| -rw-r--r-- | tools/scramble.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index f0004fd..52d48e2 100755 --- a/tools/configure +++ b/tools/configure @@ -1213,7 +1213,7 @@ EOF target_id=26 modelname="gigabeats" target="-DGIGABEAT_S" - memory=32 # always + memory=64 arm9tdmicc tool="$rootdir/tools/scramble -add=gigs" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" diff --git a/tools/scramble.c b/tools/scramble.c index b5aba3f..3e5a077 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -107,7 +107,7 @@ void usage(void) "\t-add=X Rockbox generic \"add-up\" checksum format\n" "\t (X values: h100, h120, h140, h300, ipco, nano, ipvd, mn2g\n" "\t ip3g, ip4g, mini, iax5, h10, h10_5gb, tpj2,\n" - "\t c200, e200, giga, m100, m500)\n" + "\t c200, e200, giga, gigs, m100, m500)\n" "\nNo option results in Archos standard player/recorder format.\n"); exit(1); |