From ce505b8a01d3fcebeab5bcced0688d62eae1083e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 11 Nov 2008 11:01:55 +0000 Subject: the delay in the as3525 bootloader was driving me mad so remove it and get the bootloader closer to where a "finished" one should be (only show info if sometrhing needs to be shown, which is always for now.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19085 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/common.c') diff --git a/bootloader/common.c b/bootloader/common.c index c792267..906b5e0 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; -- cgit v1.1