[PATCH 1/10] deadbat-wait-silently.patch

Werner Almesberger werner at openmoko.org
Tue Jul 15 12:56:41 CEST 2008


In wait_for_power, we switch the AUX LED on and off every second. There's
no real need to noisily report this on the console.

Signed-off-by: Werner Almesberger <werner at openmoko.org>

Index: u-boot/board/neo1973/gta02/gta02.c
===================================================================
--- u-boot.orig/board/neo1973/gta02/gta02.c	2008-07-14 16:49:36.000000000 -0300
+++ u-boot/board/neo1973/gta02/gta02.c	2008-07-14 16:49:45.000000000 -0300
@@ -639,7 +639,6 @@
 {
 	S3C24X0_GPIO * const gpio = S3C24X0_GetBase_GPIO();
 
-	printf("switching led %u %u\n", led, on);
 	if (led > 2)
 		return;
 




More information about the openmoko-kernel mailing list