From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Wed, 20 Oct 2010 01:37:20 -0500 Subject: [U-Boot] [PATCH 3/3] tqm85xx: Update PCI code In-Reply-To: <1285785448-4703-3-git-send-email-ptyser@xes-inc.com> References: <1285785448-4703-1-git-send-email-ptyser@xes-inc.com> <1285785448-4703-3-git-send-email-ptyser@xes-inc.com> Message-ID: <394DFAD0-8C99-42EE-BD87-00448CE143C6@kernel.crashing.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 Sep 29, 2010, at 1:37 PM, Peter Tyser wrote: > Update to use the recent, common FSL PCI initialization code. > > Signed-off-by: Peter Tyser > CC: sr at denx.de > --- > board/tqc/tqm85xx/law.c | 4 +- > board/tqc/tqm85xx/tlb.c | 10 ++-- > board/tqc/tqm85xx/tqm85xx.c | 151 ++++++++++++------------------------------- > include/configs/TQM85xx.h | 20 +++--- > 4 files changed, 59 insertions(+), 126 deletions(-) applied to 85xx. - k