Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13134 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e47daa944
commit
ddf83009a1
2 changed files with 9 additions and 9 deletions
|
@ -54,7 +54,7 @@ start:
|
|||
|
||||
b pad_skip
|
||||
|
||||
.space 50*4 /* (more than enough) space for exception vectors */
|
||||
.space 60*4 /* (more than enough) space for exception vectors and mi4 magic */
|
||||
|
||||
pad_skip:
|
||||
#ifdef SANSA_E200
|
||||
|
|
16
tools/configure
vendored
16
tools/configure
vendored
|
@ -1164,10 +1164,10 @@ EOF
|
|||
target="-DIRIVER_H10"
|
||||
memory=32 # always
|
||||
arm7tdmicc
|
||||
tool="$rootdir/tools/scramble -add=h10"
|
||||
tool="$rootdir/tools/scramble -mi4v3 -model=h10 -type=RBOS"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
output="rockbox.h10"
|
||||
output="rockbox.mi4"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
|
@ -1190,10 +1190,10 @@ EOF
|
|||
target="-DIRIVER_H10_5GB"
|
||||
memory=32 # always
|
||||
arm7tdmicc
|
||||
tool="$rootdir/tools/scramble -add=h10_5gb"
|
||||
tool="$rootdir/tools/scramble -mi4v2 -model=h105 -type=RBOS"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
|
||||
output="rockbox.h10"
|
||||
output="rockbox.mi4"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
|
@ -1216,10 +1216,10 @@ EOF
|
|||
target="-DSANSA_E200"
|
||||
memory=32 # supposedly
|
||||
arm7tdmicc
|
||||
tool="$rootdir/tools/scramble -add=e200"
|
||||
tool="$rootdir/tools/scramble -mi4v3 -model=e200 -type=RBOS"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
output="rockbox.e200"
|
||||
output="rockbox.mi4"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
|
@ -1245,10 +1245,10 @@ EOF
|
|||
target="-DSANSA_E200"
|
||||
memory=32 # supposedly
|
||||
arm7tdmicc
|
||||
tool="$rootdir/tools/scramble -add=e200"
|
||||
tool="$rootdir/tools/scramble -mi4v3 -model=e20r -type=RBOS"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
output="rockbox.e200"
|
||||
output="rockbox.mi4"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
|
|
Loading…
Reference in a new issue