diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-14 14:05:32 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-14 14:13:54 +0100 |
commit | 786d06742a379df667b0fd14df0b2dbc045f312c (patch) | |
tree | 4b07eb4e9028c48a0a62663c3ce6ea0d7a62b11c /firmware/SOURCES | |
parent | 62260aa7057f322f7f99062a6a3bd7534ea0047d (diff) |
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/SOURCES')
-rw-r--r-- | firmware/SOURCES | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 8d7232f206..e2f7e26f84 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1450,17 +1450,6 @@ target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #endif -#ifdef SAMSUNG_YPZ5 -target/arm/imx233/samsung-ypz5/backlight-ypz5.c -target/arm/imx233/samsung-ypz5/lcd-ypz5.c -target/arm/imx233/samsung-ypz5/button-ypz5.c -target/arm/imx233/samsung-ypz5/debug-ypz5.c -target/arm/imx233/samsung-ypz5/powermgmt-ypz5.c -#ifndef BOOTLOADER -target/arm/imx233/fmradio-imx233.c -#endif -#endif - #ifdef SANSA_CLIPZIP target/arm/as3525/sansa-clipzip/lcd-clipzip.c target/arm/as3525/sansa-clipzip/button-clipzip.c |