From d700970f86dc283dbf91f0422d47a7e6a54409ad Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 18 Mar 2008 00:17:21 +0000 Subject: Cosmetic fixes for the iAudio bootloader: Don't display 'Hold switch on' if the reason for getting there was a spurious ON event. Don't disable the multi-colour LED in the M3 bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16690 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/iaudio/m3/power-m3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/coldfire/iaudio') diff --git a/firmware/target/coldfire/iaudio/m3/power-m3.c b/firmware/target/coldfire/iaudio/m3/power-m3.c index a7f3fc46be..475f64ec4a 100644 --- a/firmware/target/coldfire/iaudio/m3/power-m3.c +++ b/firmware/target/coldfire/iaudio/m3/power-m3.c @@ -37,9 +37,11 @@ void power_init(void) and_l(~0x00000020, &GPIO1_ENABLE); or_l(0x00000020, &GPIO1_FUNCTION); +#ifndef BOOTLOADER /* FIXME: Just disable the multi-colour LED for now. */ and_l(~0x00000210, &GPIO1_OUT); and_l(~0x00008000, &GPIO_OUT); +#endif } bool charger_inserted(void) -- cgit v1.2.3