All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Disabling all ethernet initialisation stuff?
@ 2005-12-13 19:49 Martin Egholm Nielsen
  2005-12-13 20:50 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Egholm Nielsen @ 2005-12-13 19:49 UTC (permalink / raw)
  To: u-boot

Hi there,

If I disable the ethernet command from U-boot as specified in the README:

#define CONFIG_COMMANDS (CFG_CMD_ALL & ~CFG_CMD_NET)

will this make all ethernet initialisation stuff disappear?

I'm kinda suspecting a bad PHY for being responsible for my u-boot not 
starting sometimes 
(http://article.gmane.org/gmane.comp.boot-loaders.u-boot/19759)...

BR,
  Martin Egholm

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

* [U-Boot-Users] Disabling all ethernet initialisation stuff?
  2005-12-13 19:49 [U-Boot-Users] Disabling all ethernet initialisation stuff? Martin Egholm Nielsen
@ 2005-12-13 20:50 ` Wolfgang Denk
  2005-12-13 20:55   ` [U-Boot-Users] " Martin Egholm Nielsen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2005-12-13 20:50 UTC (permalink / raw)
  To: u-boot

In message <dnn8jm$cqe$1@sea.gmane.org> you wrote:
> 
> If I disable the ethernet command from U-boot as specified in the README:
> #define CONFIG_COMMANDS (CFG_CMD_ALL & ~CFG_CMD_NET)
> will this make all ethernet initialisation stuff disappear?

It should. But "(CFG_CMD_ALL & ~CFG_CMD_NET)" will most probably  not
even compile for any board given.


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
I have a very small mind and must live with it.    -- Edsger Dijkstra

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

* [U-Boot-Users] Re: Disabling all ethernet initialisation stuff?
  2005-12-13 20:50 ` Wolfgang Denk
@ 2005-12-13 20:55   ` Martin Egholm Nielsen
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Egholm Nielsen @ 2005-12-13 20:55 UTC (permalink / raw)
  To: u-boot

>>If I disable the ethernet command from U-boot as specified in the README:
>>#define CONFIG_COMMANDS (CFG_CMD_ALL & ~CFG_CMD_NET)
>>will this make all ethernet initialisation stuff disappear?

> It should. But "(CFG_CMD_ALL & ~CFG_CMD_NET)" will most probably  not
> even compile for any board given.

Ok, I see your point - I quoted too literally :-)

Thanks Wolfgang,
  Martin

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

end of thread, other threads:[~2005-12-13 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 19:49 [U-Boot-Users] Disabling all ethernet initialisation stuff? Martin Egholm Nielsen
2005-12-13 20:50 ` Wolfgang Denk
2005-12-13 20:55   ` [U-Boot-Users] " Martin Egholm Nielsen

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.