summaryrefslogtreecommitdiff
path: root/bootloader/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/common.c')
-rw-r--r--bootloader/common.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index 18d7dd4313..2a80f987ad 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -37,7 +37,7 @@
37#include "file.h" 37#include "file.h"
38 38
39/* TODO: Other bootloaders need to be adjusted to set this variable to true 39/* TODO: Other bootloaders need to be adjusted to set this variable to true
40 on a button press - currently only the ipod, H10 and Sansa versions do. */ 40 on a button press - currently only the ipod, H10, Vibe 500 and Sansa versions do. */
41#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \ 41#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \
42 || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \ 42 || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \
43 || (CONFIG_CPU == AS3525) || defined(COWON_D2) \ 43 || (CONFIG_CPU == AS3525) || defined(COWON_D2) \
@@ -45,7 +45,8 @@
45 || defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \ 45 || defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \
46 || defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \ 46 || defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \
47 || defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \ 47 || defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \
48 || defined(ONDA_VX747) || defined(SANSA_CLIPPLUS) 48 || defined(ONDA_VX747) || defined(SANSA_CLIPPLUS) \
49 || defined(PBELL_VIBE500)
49bool verbose = false; 50bool verbose = false;
50#else 51#else
51bool verbose = true; 52bool verbose = true;