summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index e0401a1406..a2dd35f3a6 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -35,7 +35,8 @@
35 on a button press - currently only the ipod, H10 and Sansa versions do. */ 35 on a button press - currently only the ipod, H10 and Sansa versions do. */
36#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \ 36#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \
37 || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \ 37 || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \
38 || defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525) || defined(COWON_D2) 38 || defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525) || defined(COWON_D2) \
39 || defined(MROBE_100) || defined(PHILIPS_HDD1630)
39bool verbose = false; 40bool verbose = false;
40#else 41#else
41bool verbose = true; 42bool verbose = true;