diff options
author | wdenk <wdenk> | 2004-04-18 21:17:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 21:17:30 +0000 |
commit | d4326aca187b965b6c96fee85cb6b98b6e5fe79c (patch) | |
tree | c7a2e1b50dcc59ef2a788ecd458cb39ba1526285 /include/asm-ppc | |
parent | 507bbe3e8084a82c20399367801da87db7d14e65 (diff) | |
download | u-boot-imx-d4326aca187b965b6c96fee85cb6b98b6e5fe79c.zip u-boot-imx-d4326aca187b965b6c96fee85cb6b98b6e5fe79c.tar.gz u-boot-imx-d4326aca187b965b6c96fee85cb6b98b6e5fe79c.tar.bz2 |
* Add missing microblaze header files
* Patch by Rune Torgersen, 06 Apr 2004:
- Fix some PCI problems on the MPC8266ADS board
- Fix the location of some PCI entries in the immap structure
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/immap_8260.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/asm-ppc/immap_8260.h b/include/asm-ppc/immap_8260.h index 407cf49..1272e99 100644 --- a/include/asm-ppc/immap_8260.h +++ b/include/asm-ppc/immap_8260.h @@ -135,17 +135,21 @@ typedef struct pci_config { uint pci_imimr; char res5[24]; uint pci_ifhpr; + char res5_2[4]; uint pci_iftpr; - char res6[8]; + char res6[4]; uint pci_iphpr; + char res6_2[4]; uint pci_iptpr; - char res7[8]; + char res7[4]; uint pci_ofhpr; + char res7_2[4]; uint pci_oftpr; - char res8[8]; + char res8[4]; uint pci_ophpr; + char res8_2[4]; uint pci_optpr; - char res9[12]; + char res9[8]; uint pci_mucr; char res10[8]; uint pci_qbar; |