summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-08-14 14:05:32 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-08-14 14:13:54 +0100
commit786d06742a379df667b0fd14df0b2dbc045f312c (patch)
tree4b07eb4e9028c48a0a62663c3ce6ea0d7a62b11c /tools/configure
parent62260aa7057f322f7f99062a6a3bd7534ea0047d (diff)
downloadrockbox-786d06742a379df667b0fd14df0b2dbc045f312c.tar.gz
rockbox-786d06742a379df667b0fd14df0b2dbc045f312c.zip
Remove Samsung YP-Z5 port
It has only a couple GB of onboard flash storage with no storage driver in Rockbox. It hasn't seen any meaningful development since its initial commit, it's not on the build farm, and the bootloader build is broken by other refactoring. Change-Id: Idd9e3c46fac9b96f416ce444182f97a50770e747
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure21
1 files changed, 1 insertions, 20 deletions
diff --git a/tools/configure b/tools/configure
index eb3a971366..91e7bb27be 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1571,7 +1571,7 @@ cat <<EOF
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
- 144) YP-Z5 66) Sansa Connect
+ 66) Sansa Connect
==Packard Bell==
==Application== 160) Vibe 500
200) SDL
@@ -3085,25 +3085,6 @@ fi
t_model="yps3"
;;
- 144|samsungypz5)
- target_id=90
- modelname="samsungypz5"
- target="SAMSUNG_YPZ5"
- memory=16
- bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
- bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
- tool="$rootdir/tools/scramble -add=ypz5"
- output="rockbox.samsung"
- bootoutput="bootloader-ypz5.samsung"
- appextra="gui:recorder:radio"
- plugins=""
- toolset=$scramblebitmaptools
- t_cpu="arm"
- t_manufacturer="imx233"
- t_model="samsung-ypz5"
- arm926ejscc
- ;;
-
160|vibe500)
target_id=67
modelname="vibe500"