commit | 1ab6def79d4195d812e1ee9940ae1e1513ccb49a | [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 | 18c44bfb8779ffbfbf787975ae16c2b2bf1da218 [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>