]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc8260/pci.c
Add support for CompactFlash on ATC board
[people/ms/u-boot.git] / cpu / mpc8260 / pci.c
index f9f1e27d109557790a255a72c2d3abcbf1ab8d7b..b7a04d52b23dc9015c7e1ff36e48c65a30b562f3 100644 (file)
  */
 
 #define PCI_MSTR_IO_LOCAL       0xA0000000          /* Local base */
+#ifdef CONFIG_ATC
+#define PCI_MSTR_IO_BUS         0x00000000          /* PCI base   */
+#else
 #define PCI_MSTR_IO_BUS         0xA0000000          /* PCI base   */
+#endif
 #define CPU_PCI_IO_START        PCI_MSTR_IO_LOCAL
 #define PCI_MSTR_IO_SIZE        0x10000000          /* 256MB */
 #define POCMR2_MASK_ATTRIB      (POCMR_MASK_256MB | POCMR_ENABLE | POCMR_PCI_IO)