From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 18 Feb 2009 20:45:59 -0500 Subject: [U-Boot] [PATCH 22/27] pcs440ep: get mac address from environment and move load_sernum_ethaddr() to board init In-Reply-To: <20090219000605.020C7832E43F@gemini.denx.de> References: <1234596190-524-1-git-send-email-vapier@gentoo.org> <200902181749.33146.vapier@gentoo.org> <20090219000605.020C7832E43F@gemini.denx.de> Message-ID: <200902182046.01290.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 18 February 2009 19:06:04 Wolfgang Denk wrote: > In message Mike Frysinger wrote: > > > if you agree, please just ACK the patches, and I will pull them into > > > the next branch (which I will create as soon as 2009-03-rc1 is out or > > > the new patch series gets posted, whatever comes earlier). > > > > > > Mike, I guess this is OK with you, too? > > > > yeah, that's fine with me > > "next" branch is ready and waiting :-) ive pushed up to my macaddr branch. the changes are: - rebased against latest master mainline master - expanded vprintf() changelog a bit - squashed the ppc load_sernum_ethaddr() changes into 1 commit - fixed the return value in eth_getenv_enetaddr() - fixed bugs in the net cdp code pointed out in 2nd patch series -mike