Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2006 22:21:54 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106177 for review
Message-ID:  <200609152221.k8FMLsJu052809@repoman.freebsd.org>

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

Change 106177 by imp@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]);



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