r992 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Feb 15 02:37:21 CET 2007


Author: laforge
Date: 2007-02-15 02:37:21 +0100 (Thu, 15 Feb 2007)
New Revision: 992

Modified:
   trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch
Log:
remove debug printf's


Modified: trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch	2007-02-15 01:37:03 UTC (rev 991)
+++ trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch	2007-02-15 01:37:21 UTC (rev 992)
@@ -1,7 +1,7 @@
 Index: u-boot/drivers/Makefile
 ===================================================================
---- u-boot.orig/drivers/Makefile	2007-02-12 20:56:01.000000000 +0100
-+++ u-boot/drivers/Makefile	2007-02-13 02:20:11.000000000 +0100
+--- u-boot.orig/drivers/Makefile	2007-02-13 02:23:40.000000000 +0100
++++ u-boot/drivers/Makefile	2007-02-15 02:26:32.000000000 +0100
 @@ -51,7 +51,7 @@
  	  ks8695eth.o \
  	  pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o	\
@@ -14,8 +14,8 @@
 Index: u-boot/drivers/s3c2410_fb.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/drivers/s3c2410_fb.c	2007-02-13 01:54:27.000000000 +0100
-@@ -0,0 +1,189 @@
++++ u-boot/drivers/s3c2410_fb.c	2007-02-15 02:27:02.000000000 +0100
+@@ -0,0 +1,187 @@
 +/*
 + * (C) Copyright 2006 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -181,7 +181,6 @@
 +		videoout = (int) simple_strtoul (penv, NULL, 16);
 +	}
 +
-+	printf("clearing video memory\n");
 +	/* Clear video memory */
 +	i = pGD->memSize/4;
 +	vm = (unsigned int *)pGD->frameAdrs;
@@ -191,7 +190,6 @@
 +	/* Enable  Display  */
 +	lcd->LCDCON1 |= 0x01;	/* ENVID = 1 */
 +
-+	printf("returning from video_hw_init\n");
 +	return ((void*)&smi);
 +}
 +
@@ -207,8 +205,8 @@
 +#endif /* CONFIG_VIDEO_S3C2410 */
 Index: u-boot/drivers/cfb_console.c
 ===================================================================
---- u-boot.orig/drivers/cfb_console.c	2007-02-12 22:31:30.000000000 +0100
-+++ u-boot/drivers/cfb_console.c	2007-02-12 22:37:27.000000000 +0100
+--- u-boot.orig/drivers/cfb_console.c	2007-02-13 02:23:40.000000000 +0100
++++ u-boot/drivers/cfb_console.c	2007-02-15 00:43:40.000000000 +0100
 @@ -141,6 +141,14 @@
  #endif
  





More information about the commitlog mailing list