diff options
Diffstat (limited to 'bootloader/common.c')
| -rw-r--r-- | bootloader/common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootloader/common.c b/bootloader/common.c index 18d7dd4..2a80f98 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -37,7 +37,7 @@ #include "file.h" /* TODO: Other bootloaders need to be adjusted to set this variable to true - on a button press - currently only the ipod, H10 and Sansa versions do. */ + on a button press - currently only the ipod, H10, Vibe 500 and Sansa versions do. */ #if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \ || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \ || (CONFIG_CPU == AS3525) || defined(COWON_D2) \ @@ -45,7 +45,8 @@ || defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \ || defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \ || defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \ - || defined(ONDA_VX747) || defined(SANSA_CLIPPLUS) + || defined(ONDA_VX747) || defined(SANSA_CLIPPLUS) \ + || defined(PBELL_VIBE500) bool verbose = false; #else bool verbose = true; |