diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2010-03-23 21:28:25 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2010-03-23 21:28:25 +0000 |
commit | 492fafe8792bf21f034d34bbef0e3d38383fa989 (patch) | |
tree | 70f59cc155b207bc3903ceedbb4ad4c0ce5f43d5 /tools | |
parent | 564daa1a6855cd0194dad3d2ec0de3e443117fa9 (diff) | |
download | rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.gz rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.zip |
Packard Bell Vibe 500: remove the old bootloader code (actually a lack of code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 25bfd23f1d..63d858e027 100755 --- a/tools/configure +++ b/tools/configure @@ -2502,12 +2502,12 @@ fi tool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBOS" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 5" - output="jukebox.mi4" + output="rockbox.mi4" appextra="recorder:gui" plugins="yes" swcodec="yes" boottool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBBL" - bootoutput="rockbox.mi4" + bootoutput="jukebox.mi4" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$scramblebitmaptools |