RE: [U-Boot-Users] network driver link error

Thanks. You are absolutely right, after doing
#define CONFIG_COMMANDS = ( CONFIG_CMD_DFL & ~CFG_CMD_NET )
Now I can compile it without any network driver. Thanks again for your help.
Regards. Xuezhang.
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net] On Behalf Of Wolfgang Denk Sent: Friday, January 13, 2006 3:50 PM To: Xuezhang Dong Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] network driver link error
In message <54AD0F12E08D1541B826BE97C98F99F11C2B06@NT-SJCA-0751.brcm.ad.broadcom.co m> you wrote:
My question is that if I donot include some network driver in, I cannot pass the compilation. U-BOOT works fine, just a little bigger than it
Your question was understood, and answered.
supports to be. I just thought there must be a nice way to compile it without any network driver.
Yes, of course. Just don't enable any network support (no network drivers, no network commands).
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Commitment, n.: Commitment can be illustrated by a breakfast of ham and eggs. The chicken was involved, the pig was committed.
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id%16865&op=ick _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
Xuezhang Dong