mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
Remove Sansa View port
It doesn't seem to have been functional ever and currently doesn't build; eg. the last commit to the LCD driver added a syntax error, and there's some duplicate functions between mmu-armv6.S and system-pp502x.c. Doesn't seem worth the effort to fix. Change-Id: I82b5bec3ed9686f28aedbe283818af792b96daf4
This commit is contained in:
parent
1a33d7990a
commit
53862c7eed
20 changed files with 43 additions and 1077 deletions
|
|
@ -19,14 +19,12 @@ show_logo.c
|
|||
defined(MROBE_100) || defined(PHILIPS_SA9200) || \
|
||||
defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) || \
|
||||
defined(SAMSUNG_YH820) || defined(SAMSUNG_YH920) || \
|
||||
defined(SAMSUNG_YH925) || defined(SANSA_VIEW)
|
||||
defined(SAMSUNG_YH925)
|
||||
#ifdef E200R_INSTALLER
|
||||
main-e200r-installer.c
|
||||
#elif defined(SANSA_PP_ERASE)
|
||||
main-ppsansawipe.c
|
||||
fat32format.c
|
||||
#elif defined(SANSA_VIEW)
|
||||
sansaview.c
|
||||
#else
|
||||
show_logo.c
|
||||
main-pp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue