From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Egholm Nielsen Date: Tue, 13 Dec 2005 21:55:57 +0100 Subject: [U-Boot-Users] Re: Disabling all ethernet initialisation stuff? In-Reply-To: <20051213205009.5847B353F76@atlas.denx.de> References: <20051213205009.5847B353F76@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >>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