commit | 054289f752371533285ae709003a683e6964f88f | [log] [tgz] |
---|---|---|
author | Baidu Boy <liucai.lfn@gmail.com> | Mon Nov 29 21:10:45 2010 +0800 |
committer | Kim Phillips <kim.phillips@freescale.com> | Mon Dec 13 13:55:56 2010 -0600 |
tree | 486636cd2a85f8db0280c69c7f049e0d8678afa7 | |
parent | ac8983bcba75576c50307b5e8dc8fb848740ee61 [diff] |
mpc83xx: fix pcie enumeration This patch fix a problem for the pcie enumeration for mpc83xx cpus. Without this we will not get correct value in hose->regions[...]. The pointer *reg in function mpc83xx_pcie_init_bus() shall not be changed. Because we will use this pointer as a parameter to call function mpc83xx_pcie_register_hose(). Signed-off-by: Baidu Boy <liucai.lfn@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>