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 <[EMAIL PROTECTED]>

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;
 

Reply via email to