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/SOURCES | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index b6f7688946..dd12c4953f 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -336,9 +336,6 @@ drivers/touchscreen.c /* Storage */ #if (CONFIG_PLATFORM & PLATFORM_NATIVE) -#if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX) -drivers/ata_flash.c -#endif #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC) target/arm/ata-nand-telechips.c #endif @@ -1039,12 +1036,9 @@ target/coldfire/iaudio/audio-iaudio.c #endif #endif /* IAUDIO_M3 */ -#ifdef IRIVER_IFP7XX_SERIES #ifdef STUB -ifp_usb_serial.c libc/sscanf.c #endif /* STUB */ -#endif /* IRIVER_IFP7XX_SERIES */ #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) target/coldfire/iriver/ata-iriver.c @@ -1349,19 +1343,6 @@ target/arm/ipod/button-mini1g.c target/arm/ipod/button-clickwheel.c #endif /* IPOD_MINI2G */ -#ifdef IRIVER_IFP7XX -target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c -target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c -#ifndef BOOTLOADER -target/arm/pnx0101/pcm-pnx0101.c -#endif /* BOOTLOADER */ -#endif /* IRIVER_IFP7XX */ - #ifdef SANSA_CLIPPLUS target/arm/as3525/sansa-clipplus/lcd-clip-plus.c target/arm/as3525/sansa-clipplus/button-clip.c -- cgit v1.2.3