[U-Boot-Users] Disabling all ethernet initialisation stuff?

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

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

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
participants (2)
-
Martin Egholm Nielsen
-
Wolfgang Denk