From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Nov 2009 22:27:55 -0800 Subject: [U-Boot] [PATCH 3/3] LAN91C96: Enable NET_MULTI LAN driver In-Reply-To: <1255669597-10607-4-git-send-email-nm@ti.com> References: <1255669597-10607-1-git-send-email-nm@ti.com> <1255669597-10607-2-git-send-email-nm@ti.com> <1255669597-10607-3-git-send-email-nm@ti.com> <1255669597-10607-4-git-send-email-nm@ti.com> Message-ID: <4AF907EB.9040808@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Nishanth, Nishanth Menon wrote: > This modification is NOT tested on any of the > platforms modified as I dont have them. please > help by testing+building+fixing > > Signed-off-by: Nishanth Menon > Cc: Andrea Scian > Cc: Ben Warren > Cc: Dave Peverley > Cc: George G. Davis > Cc: Kyungmin Park > Cc: Nishant Kamat > Cc: Richard Woodruff > Cc: Rishi Bhattacharya > Cc: Sandeep Paulraj > --- > board/apollon/apollon.c | 12 +++++++----- > include/configs/B2.h | 2 +- > include/configs/apollon.h | 3 ++- > include/configs/assabet.h | 3 ++- > include/configs/gcplus.h | 3 ++- > include/configs/lubbock.h | 3 ++- > include/configs/omap1510inn.h | 3 ++- > include/configs/omap1610h2.h | 3 ++- > include/configs/omap1610inn.h | 3 ++- > include/configs/omap2420h4.h | 3 ++- > include/configs/omap5912osk.h | 3 ++- > include/configs/omap730p2.h | 3 ++- > include/configs/pleb2.h | 6 ++++-- > 13 files changed, 32 insertions(+), 18 deletions(-) > I expect that all of these boards are now broken, since you haven't provided board_eth_init() functions for them. Applying to net/next anyway to make it easy to get everything working. thanks, Ben