]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 5 Oct 2005 23:43:39 +0000 (01:43 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 5 Oct 2005 23:43:39 +0000 (01:43 +0200)
Patch by Marcus Hall, 24 Aug 2005

CHANGELOG
drivers/netconsole.c

index 4263dcd374839c5aea1a2f0e5ca0cdf1696f8093..eefc04f240c6719bed13f477b553ab1b2f885937 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
+  Patch by Marcus Hall, 24 Aug 2005
+
 * Fix the machine-id of the Cogent csb637 board
   Patch by Anders Larsen, 05 Oct 2005
 
index 9cf6cd6339951cbe7b1f91b73a061bb5c4c57653..9a0a24f3ac4bd8fb402723e00295fd12d220991a 100644 (file)
 #include <devices.h>
 #include <net.h>
 
-#ifndef CONFIG_NET_MULTI
-#error define CONFIG_NET_MULTI to use netconsole
-#endif
-
 static char input_buffer[512];
 static int input_size = 0;             /* char count in input buffer */
 static int input_offset = 0;           /* offset to valid chars in input buffer */