]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_pci_init - Remove self PCSRBAR allocation
authorEd Swarthout <Ed.Swarthout@freescale.com>
Tue, 21 Aug 2007 04:55:33 +0000 (23:55 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 29 Aug 2007 00:08:50 +0000 (02:08 +0200)
commit16e23c3f5dab6937f5109365416808c7f15c122b
tree5088e8ab7558ebcfa282cc0cf96359d8450f9a97
parent0e700ce03a23bb1921149bc77008ace7103d5289
fsl_pci_init - Remove self PCSRBAR allocation

CPU physical address space was being wasted by allocating a
PCSRBAR PCI inbound region to it's memory space.

As a rule, PCSRBAR should be left alone since it does not affect
transactions from self and other masters may have changed it.

Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
drivers/fsl_pci_init.c