提交 5ae31ee1 编写于 作者: W Wolfgang Denk

Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI

Patch by Marcus Hall, 24 Aug 2005
上级 f5c254d7
......@@ -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
......
......@@ -29,10 +29,6 @@
#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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册