summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2006-08-15 00:45:22 +0200
committerMichael Brown2006-08-15 00:45:22 +0200
commitdbf3482ef55df45b29a11c1dd3ea5ccc7679e758 (patch)
tree28e3ce69bd55076e2d75df5093f1e8a8fdc7209c /src/core/config.c
parentRemoved DNS from the default configuration; it hasn't been updated to (diff)
downloadipxe-dbf3482ef55df45b29a11c1dd3ea5ccc7679e758.tar.gz
ipxe-dbf3482ef55df45b29a11c1dd3ea5ccc7679e758.tar.xz
ipxe-dbf3482ef55df45b29a11c1dd3ea5ccc7679e758.zip
Removed obsolete print_config()
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c61
1 files changed, 0 insertions, 61 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 3a57ffd5..b2cf0941 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -41,67 +41,6 @@
#endif
/*
- * Print out configuration
- *
- */
-void print_config ( void ) {
- printf( "Etherboot " VERSION BUILD_STRING
- " (GPL) http://etherboot.org\n"
- "Drivers: " );
- print_drivers();
- printf( " Images: " );
- print_images();
-
-#ifdef PXE_EXPORT /* All possible exports */
- printf ( " Exports: PXE " );
-#endif /* All possible exports */
-
-#if (BOOTP_SERVER != 67) || (BOOTP_CLIENT != 68)
- printf( "[DHCP ports %d and %d] ",
- BOOTP_SERVER, BOOTP_CLIENT);
-#endif
- putchar('\n');
- printf( "Protocols: "
-#ifdef RARP_NOT_BOOTP
- "RARP "
-#else
-# ifndef NO_DHCP_SUPPORT
- "DHCP "
-# else
- "BOOTP "
-# endif
-#endif
-#ifdef DOWNLOAD_PROTO_TFTP
- "TFTP "
-#endif
-#ifdef DOWNLOAD_PROTO_FSP
- "FSP "
-#endif
-#ifdef DOWNLOAD_PROTO_NFS
- "NFS "
-#endif
-#ifdef DOWNLOAD_PROTO_SLAM
- "SLAM "
-#endif
-#ifdef DOWNLOAD_PROTO_TFTM
- "TFTM "
-#endif
-#ifdef DOWNLOAD_PROTO_HTTP
- "HTTP "
-#endif
-#ifdef PROTO_LACP
- "LACP "
-#endif
-#ifdef DNS_RESOLVER
- "DNS "
-#endif
- "\n");
-#ifdef KEEP_IT_REAL
- printf( "Keeping It Real [EXPERIMENTAL]\n" );
-#endif
-}
-
-/*
* Drag in all requested console types
*
* CONSOLE_DUAL sets both CONSOLE_FIRMWARE and CONSOLE_SERIAL for