From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 27 Apr 2009 14:05:10 -0500 Subject: [U-Boot] [PATCH 3/3] smc911x: do net reset the chip if no EEPROM is connected In-Reply-To: <200904271156.18226.vapier@gentoo.org> References: <1239189819-26805-1-git-send-email-daniel@caiaq.de> <200904262314.12901.vapier@gentoo.org> <20090427144416.GE10969@buzzloop.caiaq.de> <200904271156.18226.vapier@gentoo.org> Message-ID: <20090427190510.GB10355@ld0162-tx32.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Apr 27, 2009 at 11:56:17AM -0400, Mike Frysinger wrote: > On Monday 27 April 2009 10:44:16 Daniel Mack wrote: > > On Sun, Apr 26, 2009 at 11:14:06PM -0400, Mike Frysinger wrote: > > > usually what i suggest to people are things like: > > > - pass $(ethaddr) via kernel command line and parse /proc/cmdline > > > - use the u-boot tools to read the u-boot env directly > > > - set the hw address with `ifconfig` or similar tool > > > > ... which doesn't help much when it's about booting from NFS root. > > it works fine if you use an initramfs like everyone suggests Or when you use a device tree. :-) -Scott