diff options
Diffstat (limited to 'bootloader/common.c')
-rw-r--r-- | bootloader/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/common.c b/bootloader/common.c index c792267afa..906b5e0af7 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -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) + || defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525) bool verbose = false; #else bool verbose = true; |