From 90eacb26164598ae7e13074071836d6100a045a7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 27 Jul 2007 07:32:55 +0000 Subject: G1/G2 bootloader working (always in verbose mode for now). Corrected fatal error help text for G1..G3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14020 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/common.c') diff --git a/bootloader/common.c b/bootloader/common.c index 1ac8e8f..d3e0f44 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -30,8 +30,8 @@ /* TODO: Other bootloaders need to be adjusted to set this variable to true 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(GIGABEAT_F) +#if (defined(IPOD_ARCH) && !defined(IPOD_1G2G)) || defined(IRIVER_H10) \ + || defined(IRIVER_H10_5GB) || defined(SANSA_E200) || defined(GIGABEAT_F) bool verbose = false; #else bool verbose = true; -- cgit v1.1