summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:28:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:29:39 -0400
commit04fe77a4654d43bf4fe07831d25c8ab92f054b65 (patch)
tree85e5868961b42acf72d496af63c2bf8947a46ac3 /tools
parent786d06742a379df667b0fd14df0b2dbc045f312c (diff)
Remove the (very) incomplete port for the Tatung TPJ-1102
It was barely even a stub, and hasn't seen any development since 2009 Change-Id: I0aa15d9a7b90ae8c771924d9f401380d4cc0fab9
Diffstat (limited to 'tools')
-rw-r--r--tools/builds.pm4
-rwxr-xr-xtools/configure31
2 files changed, 3 insertions, 32 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 037bd5c1f3..8de86ad388 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -321,10 +321,6 @@ $releasenotes="/wiki/ReleaseNotes315";
name => 'SanDisk Sansa View',
status => 1,
},
- 'tatungtpj1022' => {
- name => 'Tatung Elio TPJ-1022',
- status => 1,
- },
'vibe500' => {
name => 'Packard Bell Vibe 500',
status => 3,
diff --git a/tools/configure b/tools/configure
index 91e7bb27be..a68e683cdd 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1569,10 +1569,9 @@ cat <<EOF
==Samsung== 111) M6SP 61) Sansa View
140) YH-820 112) M3 62) Sansa Clip+
141) YH-920 63) Sansa Fuze v2
- 142) YH-925 ==Tatung== 64) Sansa Fuze+
- 143) YP-S3 150) Elio TPJ-1022 65) Sansa Clip Zip
- 66) Sansa Connect
- ==Packard Bell==
+ 142) YH-925 64) Sansa Fuze+
+ 143) YP-S3 65) Sansa Clip Zip
+ ==Packard Bell== 66) Sansa Connect
==Application== 160) Vibe 500
200) SDL
201) Android ==MPIO==
@@ -2707,30 +2706,6 @@ fi
arm926ejscc
;;
- 150|tatungtpj1022)
- target_id=25
- modelname="tatungtpj1022"
- target="TATUNG_TPJ1022"
- memory=32 # always
- arm7tdmicc
- tool="$rootdir/tools/scramble -add tpj2"
- bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
- bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
- output="rockbox.elio"
- appextra="recorder:gui:radio"
- plugins="yes"
- boottool="$rootdir/tools/scramble -mi4v2"
- bootoutput="pp5020.mi4"
- # toolset is the tools within the tools directory that we build for
- # this particular target.
- toolset=$scramblebitmaptools
- # architecture, manufacturer and model for the target-tree build
- t_cpu="arm"
- t_soc="pp"
- t_manufacturer="tatung"
- t_model="tpj1022"
- ;;
-
100|gogearsa9200)
target_id=41
modelname="gogearsa9200"