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, 2 insertions, 3 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index 2a80f987ad..67b5816694 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -40,13 +40,12 @@
40 on a button press - currently only the ipod, H10, Vibe 500 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) || (CONFIG_CPU == AS3525v2) || defined(COWON_D2) \
44 || defined(MROBE_100) || defined(MROBE_500) \ 44 || defined(MROBE_100) || defined(MROBE_500) \
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(PBELL_VIBE500)
49 || defined(PBELL_VIBE500)
50bool verbose = false; 49bool verbose = false;
51#else 50#else
52bool verbose = true; 51bool verbose = true;