1
0
Fork 0
forked from len0rd/rockbox

Show the Rockbox logo in the Telechips bootloader.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19129 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-11-17 21:16:00 +00:00
parent de89a00cca
commit 9f0fbec999
3 changed files with 6 additions and 4 deletions

View file

@ -34,7 +34,7 @@
on a button press - currently only the ipod, H10 and Sansa versions do. */
#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \
|| defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \
|| defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525)
|| defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525) || defined(COWON_D2)
bool verbose = false;
#else
bool verbose = true;