Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2006 23:02:49 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100667 for review
Message-ID:  <200607052302.k65N2ncP079832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100667

Change 100667 by imp@imp_lighthouse on 2006/07/05 23:02:37

	remove debug

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#2 (text+ko) ====

@@ -100,7 +100,6 @@
 		return;
 	}
 
-	printf("READ BYTE AT 0x%x\r\n", ee_off);
 	status = twiPtr->TWI_SR;
 	status = twiPtr->TWI_RHR;
 	twiPtr->TWI_MMR = (iicaddr(ee_off) << 16) | AT91C_TWI_IADRSZ_1_BYTE |
@@ -138,7 +137,6 @@
 	char			test_data;
 
 	while (size--) {
-		printf("WRITE BYTE AT 0x%x\r\n", ee_off);
 		// Set the TWI Master Mode Register
 		twiPtr->TWI_MMR = (iicaddr(ee_off) << 16) |
 		    AT91C_TWI_IADRSZ_1_BYTE;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607052302.k65N2ncP079832>