diff options
Diffstat (limited to 'bootloader/iaudio_coldfire.c')
-rw-r--r-- | bootloader/iaudio_coldfire.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c index bb7fbebd3e..0f3798d783 100644 --- a/bootloader/iaudio_coldfire.c +++ b/bootloader/iaudio_coldfire.c | |||
@@ -180,7 +180,8 @@ void main(void) | |||
180 | { | 180 | { |
181 | /* No need to check for USB connection here, as USB is handled | 181 | /* No need to check for USB connection here, as USB is handled |
182 | * in the cowon loader. */ | 182 | * in the cowon loader. */ |
183 | printf("Hold switch on"); | 183 | if (on_button || rc_on_button) |
184 | printf("Hold switch on"); | ||
184 | shutdown(); | 185 | shutdown(); |
185 | } | 186 | } |
186 | 187 | ||