From 7d0d32dbc65a8332a49aeed3a97e24cb109958b2 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 23 Apr 2021 11:31:58 -0400 Subject: Nuke the never-functional iriver ifp-7xx port It never worked, and hasn't compiled in something like a decade, Given the HW capabilities (limited onboard flash, no expandability) there's really no point in trying to fix/complete it. Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc --- firmware/export/config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index d23abfa086..b758bef49d 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -101,7 +101,6 @@ #define IPOD_4G_PAD 7 #define IPOD_3G_PAD 8 #define IPOD_1G2G_PAD 9 -#define IRIVER_IFP7XX_PAD 10 #define GIGABEAT_PAD 11 #define IRIVER_H10_PAD 12 #define SANSA_E200_PAD 13 @@ -222,7 +221,6 @@ #define LCD_IPODVIDEO 8 /* as used by iPod Video */ #define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */ #define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */ -#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */ #define LCD_GIGABEAT 12 #define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */ #define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ @@ -322,7 +320,6 @@ Lyre prototype 1 */ /* else HW controlled LED (iRiver H1x0) */ /* CONFIG_NAND */ -#define NAND_IFP7XX 1 #define NAND_TCC 2 #define NAND_SAMSUNG 3 #define NAND_CC 4 /* ChinaChip */ @@ -410,8 +407,6 @@ Lyre prototype 1 */ #include "config/ipodnano2g.h" #elif defined(IPOD_6G) #include "config/ipod6g.h" -#elif defined(IRIVER_IFP7XX) -#include "config/iriverifp7xx.h" #elif defined(GIGABEAT_F) #include "config/gigabeatfx.h" #elif defined(GIGABEAT_S) -- cgit v1.2.3