summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
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 /firmware/export/config.h
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 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 702b821856..383677865f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -145,7 +145,6 @@
145#define MA_PAD 56 145#define MA_PAD 56
146#define SONY_NWZ_PAD 57 146#define SONY_NWZ_PAD 57
147#define CREATIVE_ZEN_PAD 58 147#define CREATIVE_ZEN_PAD 58
148#define SAMSUNG_YPZ5_PAD 59
149#define IHIFI_PAD 60 148#define IHIFI_PAD 60
150#define SAMSUNG_YPR1_PAD 61 149#define SAMSUNG_YPR1_PAD 61
151#define SAMSUNG_YH92X_PAD 62 150#define SAMSUNG_YH92X_PAD 62
@@ -264,7 +263,6 @@
264#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ 263#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
265#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ 264#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
266#define LCD_CREATIVEZENV 58 /* as used by the Creative Zen V (Plus) */ 265#define LCD_CREATIVEZENV 58 /* as used by the Creative Zen V (Plus) */
267#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
268#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */ 266#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
269#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */ 267#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
270#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */ 268#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */
@@ -543,8 +541,6 @@ Lyre prototype 1 */
543#include "config/sonynwze370.h" 541#include "config/sonynwze370.h"
544#elif defined(SONY_NWZE360) 542#elif defined(SONY_NWZE360)
545#include "config/sonynwze360.h" 543#include "config/sonynwze360.h"
546#elif defined(SAMSUNG_YPZ5)
547#include "config/samsungypz5.h"
548#elif defined(IHIFI760) 544#elif defined(IHIFI760)
549#include "config/ihifi760.h" 545#include "config/ihifi760.h"
550#elif defined(IHIFI770) 546#elif defined(IHIFI770)