All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] porting new hardware without ethernet
@ 2005-03-11 10:57 mike
  2005-03-11 11:26 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: mike @ 2005-03-11 10:57 UTC (permalink / raw)
  To: u-boot

Dear all
  Is there any config_command which i need to set? or any board example 
for me to look up


net/libnet.a(net.o)(.text+0x108): In function `ArpRequest':
/home/mike/util/u-boot-rob/net/net.c:217: undefined reference to `eth_send'
net/libnet.a(net.o)(.text+0x24c): In function `NetLoop':
/home/mike/util/u-boot-rob/net/net.c:287: undefined reference to `eth_halt'
net/libnet.a(net.o)(.text+0x254):/home/mike/util/u-boot-rob/net/net.c:291: 
undefined reference to `eth_init'
net/libnet.a(net.o)(.text+0x41c):/home/mike/util/u-boot-rob/net/net.c:463: 
undefined reference to `eth_halt'
net/libnet.a(net.o)(.text+0x43c):/home/mike/util/u-boot-rob/net/net.c:457: 
undefined reference to `eth_rx'
net/libnet.a(net.o)(.text+0x518):/home/mike/util/u-boot-rob/net/net.c:515: 
undefined reference to `eth_halt'
net/libnet.a(net.o)(.text+0x618): In function `NetStartAgain':
/home/mike/util/u-boot-rob/net/net.c:551: undefined reference to `eth_halt'
net/libnet.a(net.o)(.text+0x6b0): In function `NetSendPacket':
/home/mike/util/u-boot-rob/net/net.c:604: undefined reference to `eth_send'
net/libnet.a(net.o)(.text+0x7f0): In function `NetSendUDPPacket':
/home/mike/util/u-boot-rob/net/net.c:653: undefined reference to `eth_send'
net/libnet.a(net.o)(.text+0xab0): In function `NetReceive':
/home/mike/util/u-boot-rob/net/net.c:1251: undefined reference to `eth_send'
net/libnet.a(net.o)(.text+0xb2c):/home/mike/util/u-boot-rob/net/net.c:1280: 
undefined reference to `eth_send'
make: *** [u-boot] Error 1

best regard
Mike,Lee

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] porting new hardware without ethernet
  2005-03-11 10:57 [U-Boot-Users] porting new hardware without ethernet mike
@ 2005-03-11 11:26 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2005-03-11 11:26 UTC (permalink / raw)
  To: u-boot

In message <4231797C.4080308@avantwave.com> you wrote:
>
>   Is there any config_command which i need to set? or any board example 
> for me to look up

Disable network support in your board config file
(CONFIG_COMMANDS & ~CFG_CMD_NET).

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Another dream that failed.  There's nothing sadder.
	-- Kirk, "This side of Paradise", stardate 3417.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-11 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-11 10:57 [U-Boot-Users] porting new hardware without ethernet mike
2005-03-11 11:26 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.