[U-Boot-Users] netconsole.c requires CONFIG_NET_MULTI?

Is there any reason that netconsole.c requires CONFIG_NET_MULTI to run?
I didn't see any dependency, and I removed the check and all seems good.
Is there something that I am missing?
Thanks!
Marcus Hall marcushall@lucent.com
*** ../u-boot-1.1.3/drivers/netconsole.c Sat Aug 13 17:53:35 2005 --- u-boot/drivers/netconsole.c Wed Aug 24 10:36:33 2005 *************** *** 29,38 **** #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 */ --- 29,34 ----

In message 430CA2FF.50100@lucent.com you wrote:
Is there any reason that netconsole.c requires CONFIG_NET_MULTI to run?
Obviously not.
I didn't see any dependency, and I removed the check and all seems good.
Checked in, thanks. But pelase provide a proper CHANGELOG entry next time.
Best regards,
Wolfgang Denk
participants (2)
-
Marcus Hall
-
Wolfgang Denk