diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-03-27 11:53:51 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-03-27 11:53:51 +0000 |
| commit | b2ec13d8f1fc44e8e7076808b57b64365714a6f3 (patch) | |
| tree | 8c8e716b0ae627a60fc8aebd9e64afd8d8d4e0e3 /tools/configure | |
| parent | f8690231bf82cf46b26efe68d4696d1cd18d1737 (diff) | |
| download | rockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.zip rockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.tar.gz rockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.tar.bz2 rockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.tar.xz | |
Revert "initial Meizu M6SL port"
This reverts commit b7bd17ce1715c3a8acbf74a63694c28b6075da5b.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/tools/configure b/tools/configure index 51707e9..d81f0e2 100755 --- a/tools/configure +++ b/tools/configure @@ -626,9 +626,8 @@ cat <<EOF ==Tatung== ==Olympus== ==Logik== 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 71) M:Robe 100 - - ==Creative== ==Meizu== - 90) Zen Vision:M 100) M6SL + ==Creative== + 90) Zen Vision:M EOF buildfor=`input`; @@ -1522,27 +1521,6 @@ EOF t_model="tpj1022" ;; - 100|meizum6sl) - target_id=20 - modelname="meizum6sl" - target="-DMEIZU_M6SL" - memory=16 # always - arm9tdmicc - tool="cp" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 4" - output="rockbox.meizu" - appextra="recorder:gui" - plugins="no" #FIXME - swcodec="yes" - toolset=$genericbitmaptools - boottool="cp" - bootoutput="rockboot.ebn" - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="s5l8700" - t_model="meizu-m6sl" - ;; *) echo "Please select a supported target platform!" exit |