summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-02-26 21:24:40 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-02-26 21:24:40 +0000
commit9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4 (patch)
tree3a54f016547727768484c5e9dedbf4f022b5ee12 /tools
parentb0232e040277366100910ea41994bea4c49f8db1 (diff)
downloadrockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.tar.gz
rockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.zip
Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20118 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 2b56514435..aa46beca5d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1434,8 +1434,7 @@ fi
1434 target="-DMROBE_500" 1434 target="-DMROBE_500"
1435 memory=64 # always 1435 memory=64 # always
1436 arm926ejscc 1436 arm926ejscc
1437 # tool="$rootdir/tools/scramble -add=m500" 1437 tool="$rootdir/tools/scramble -add=m500"
1438 tool="cp "
1439 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 1438 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1440 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 1439 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1441 output="rockbox.mrobe500" 1440 output="rockbox.mrobe500"