From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Date: Thu, 24 Sep 2009 12:55:53 -0500 Subject: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D92C10BE7@dlee01.ent.ti.com> References: <20090911204750.GA22246@lixom.net> <20090923145556.GA28659@lixom.net> <4ABBAD23.7060004@windriver.com> <0554BEF07D437848AF01B9C9B5F0BC5D92C10BE7@dlee01.ent.ti.com> 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 Hi, On Sep 24, 2009, at 12:48 PM, Paulraj, Sandeep wrote: > > >> >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NET (which would seem backward >>> in >>> this case). >>> >>> Signed-off-by: Olof Johansson >> >> Ack-ed >> >> Sandeep, >> Can you push this to the ti branch? >> >> Tom > > BTW does this patch need an ACK from Dirk? > I ask because when we commit this patch we will have to remove one > of his patches. Yeah, I suppose so. :-) > >>> --- >>> >>> This version of the patch fixes whitespace comments from WD, and >> includes >>> fixes for the build warnings that Dirk's patch also silenced. >>> > This patch I believe incorporates Dirk's patch. Yes, but not identical (I moved the prototype to the C file, a static function prototype shouldn't have been in the header file to start with). -Olof