PERFORCE change 106177 for review

Warner Losh imp at FreeBSD.org
Fri Sep 15 15:21:55 PDT 2006


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

Change 106177 by imp at imp_lighthouse on 2006/09/15 22:21:10

	Remove stray debug

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/loader_prompt.c#23 edit

Differences ...

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

@@ -280,7 +280,6 @@
 		// set mac address using 6 byte values
 		unsigned char mac[6];
 
-	printf("Set MAC %d\n", argc);
 		if (argc > 6) {
 			for (i = 0; i < 6; i++)
 				mac[i] = p_ASCIIToHex(argv[i + 1]);


More information about the p4-projects mailing list