From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 12 Jul 2010 00:10:50 -0700 Subject: [U-Boot] [PATCH] kirkwood_egiga: updates: fix DRAM mapping and typo In-Reply-To: <1278353725-27524-1-git-send-email-albert.aribaud@free.fr> References: <1278353725-27524-1-git-send-email-albert.aribaud@free.fr> Message-ID: <4C3ABFFA.8040500@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 Hi Albert, On 7/5/2010 11:15 AM, Albert Aribaud wrote: > DRAM window mapping uses kirkwood-provided functions instead > of global gd as do other drivers--fix this. > > Also, fix a typo in a comment > > Signed-off-by: Albert Aribaud > --- > drivers/net/kirkwood_egiga.c | 10 ++++++---- > 1 files changed, 6 insertions(+), 4 deletions(-) Applied to net repo. thanks, Ben