[U-Boot-Users] question : How to get rid of compiling the network part

Sam Song samsongshu at yahoo.com.cn
Tue Jun 21 14:31:29 CEST 2005


--- Tomko <tomko at avantwave.com> wrote:
> have set in my board/xxx.c that #undef
> CONFIG_DRIVER_CS8900 but after 

Well, pls check network function #undef in <board.h>
_rather than_ in board/xxx.c.

> all many error from net/net.c occur . I there
> therefore set :
> #define CONFIG_COMMANDS \
>            (            & ~CFG_CMD_NET \
>             )

Why not use 
#define CONFIG_COMMANDS   ( CONFIG_CMD_DFL| 
                CFG_CMD_DIAG )& ~CFG_CMD_NET
to make it more clear?

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com




More information about the U-Boot mailing list