commit | 16e23c3f5dab6937f5109365416808c7f15c122b | [log] [tgz] |
---|---|---|
author | Ed Swarthout <Ed.Swarthout@freescale.com> | Mon Aug 20 23:55:33 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Aug 29 02:08:50 2007 +0200 |
tree | 5088e8ab7558ebcfa282cc0cf96359d8450f9a97 | |
parent | 0e700ce03a23bb1921149bc77008ace7103d5289 [diff] |
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>