commit | 29a7c2fe36813da31851b60c66b6b9524672da89 | [log] [tgz] |
---|---|---|
author | Randy Vinson <rvinson@mvista.com> | Wed Aug 13 11:44:57 2008 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 26 23:23:49 2008 +0200 |
tree | 4f2e698af912359daa40102942213116d3ac3ebb | |
parent | 1edead56795555583dfc73413a0bd29666187daa [diff] |
mpc7448hpc2: Fix PCI I/O space mapping. PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O space such that 0xFA000000 in the processor's address space maps to 0 on the PCI I/O bus. Signed-off-by Randy Vinson <rvinson@mvista.com> Acked-by: Roy Zang <tie-fei.zang@freescale.com>