forked from len0rd/rockbox
Revert "initial Meizu M6SL port"
This reverts commit b7bd17ce1715c3a8acbf74a63694c28b6075da5b. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8690231bf
commit
b2ec13d8f1
14 changed files with 5 additions and 1323 deletions
26
tools/configure
vendored
26
tools/configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue