PERFORCE change 104741 for review

Warner Losh imp at FreeBSD.org
Tue Aug 22 00:10:32 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104741

Change 104741 by imp at imp_lighthouse on 2006/08/22 00:09:39

	kill some debugging

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/sd-card.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/sd-card.c#6 (text+ko) ====

@@ -47,7 +47,7 @@
 #include "lib.h"
 #include "sd-card.h"
 
-#define IMP_DEBUG 1
+//#define IMP_DEBUG 1
 
 #define AT91C_MCI_TIMEOUT	1000000   /* For AT91F_MCIDeviceWaitReady */
 #define BUFFER_SIZE_MCI_DEVICE	512
@@ -180,7 +180,6 @@
 	int sizeToRead;
 	unsigned int *walker;
 
-	printf("sector length is %d\r\n", sectorLength);
 #if IMP_DEBUG
 	printf("Reading 0x%x bytes into ARM Addr 0x%x from card offset 0x%x\r\n",
 	  length, dest, source);


More information about the p4-projects mailing list