*** ../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 #include - #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 ----