From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12021 invoked by alias); 11 Sep 2008 14:42:19 -0000 Received: (qmail 12012 invoked by uid 22791); 11 Sep 2008 14:42:18 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Sep 2008 14:41:43 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1KdnMY-0001OK-00; Thu, 11 Sep 2008 16:41:38 +0200 Date: Thu, 11 Sep 2008 14:42:00 -0000 From: Andrew Lunn To: Uwe Kindler Cc: Andrew Lunn , ecos-patches@sourceware.org Subject: Re: LPC2xxx Ethernet device driver Message-ID: <20080911144138.GC25830@lunn.ch> References: <25406789.95141221121756303.JavaMail.servlet@kundenserver> <20080911130917.GB25830@lunn.ch> <48C9297D.1020101@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C9297D.1020101@web.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-09/txt/msg00031.txt.bz2 On Thu, Sep 11, 2008 at 04:21:49PM +0200, Uwe Kindler wrote: > Hello Andrew, > > maybe you made a mistake when building tm_basic. Please make sure that > RAM startup is selected. Yep, i made an error :-( I did think it was a bit unlikely it would be so simple... Anyway, otherwise the driver looks good. I will commit it soon. Andrew