Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written.

Requires a custom version of e200tool which isnt available yet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-09-09 11:20:20 +00:00
parent c9f6858de8
commit 9db22efd1f
7 changed files with 142 additions and 3 deletions

View file

@ -6,7 +6,11 @@ ipod.c
gigabeat.c
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \
defined(SANSA_E200) || defined(SANSA_C200)
#ifdef E200R_INSTALLER
main-e200r-installer.c
#else
main-pp.c
#endif
#elif defined(ELIO_TPJ1022)
tpj1022.c
#elif defined(IAUDIO_X5) || defined(IAUDIO_M5)