PERFORCE change 95535 for review

Warner Losh imp at FreeBSD.org
Tue Apr 18 21:06:37 UTC 2006


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

Change 95535 by imp at imp_Speedy on 2006/04/18 21:05:47

	More cruft not needed when tagList support isn't enabled.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/loader_prompt.c#5 edit

Differences ...

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

@@ -54,7 +54,9 @@
 	{COMMAND_MAC, "m"},
 	{COMMAND_SERVER_IP, "server_ip"},
 	{COMMAND_SET, "s"},
+#ifdef SUPPORT_TAG_LIST
 	{COMMAND_TAG, "t"},
+#endif
 	{COMMAND_TFTP, "tftp"},
 	{COMMAND_WRITE, "w"},
 	{COMMAND_XMODEM, "x"},
@@ -251,7 +253,9 @@
 		"\tm\r\n"
 		"\ttftp\r\n"
 		"\ts\r\n"
+#ifdef SUPPORT_TAG_LIST
 		"\tt\r\n"
+#endif
 		"\tw\r\n"
 		"\tx\r\n");
 	break;


More information about the p4-projects mailing list