diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-27 20:32:12 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-27 20:32:12 +0000 |
| commit | 944c33403ca92d34d38e82a5778a456a2b5c3e01 (patch) | |
| tree | 5cf616ab91ccaecfabdced39af9966965ab6210e /bootloader/SOURCES | |
| parent | 109a8677425eefd10e4a4df759e3c1c9c857ff45 (diff) | |
| download | rockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.zip rockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.tar.gz rockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.tar.bz2 rockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.tar.xz | |
* Commit dual-boot support for Creative ZVx family
* Add mkzenboot: makes it possible to integrate Rockbox bootloader with
Creative firmwares without the need of distributing binaries
* Add Tadeusz Pyś to credits, who figured out the minifs file system
* Fix bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/SOURCES')
| -rw-r--r-- | bootloader/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 9f8cf1c..1258f9e 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -33,4 +33,6 @@ telechips.c meizu_m6sl.c #elif defined(ONDA_VX747) ondavx747.c +#elif defined(CREATIVE_ZVM) +creativezvm.c #endif |