diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-17 23:11:21 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-17 23:11:21 +0200 |
commit | 1a1e6bf12b3155f47d2661793ceee3daded0d937 (patch) | |
tree | 9e1b80ccd824be1c6884a0af31a76c79bf4c7c54 /arch/powerpc/cpu/mpc8xxx/pci_cfg.c | |
parent | a2a0a7171303de5d8ce099344efde2e29ee36eb0 (diff) | |
parent | bcb6c2bb84705bfd73eed5c9a31e9ff24833ee8c (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx/pci_cfg.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8xxx/pci_cfg.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/pci_cfg.c b/arch/powerpc/cpu/mpc8xxx/pci_cfg.c index 85995cac95..186936f23e 100644 --- a/arch/powerpc/cpu/mpc8xxx/pci_cfg.c +++ b/arch/powerpc/cpu/mpc8xxx/pci_cfg.c @@ -56,18 +56,6 @@ static struct pci_info pci_config_info[] = #elif defined(CONFIG_MPC8536) static struct pci_info pci_config_info[] = { - [LAW_TRGT_IF_PCI] = { - .cfg = 0, - }, - [LAW_TRGT_IF_PCIE_1] = { - .cfg = (1 << 2) | (1 << 3) | (1 << 5) | (1 << 7), - }, - [LAW_TRGT_IF_PCIE_2] = { - .cfg = (1 << 5) | (1 << 7), - }, - [LAW_TRGT_IF_PCIE_3] = { - .cfg = (1 << 7), - }, }; #elif defined(CONFIG_MPC8544) static struct pci_info pci_config_info[] = |