]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-mvebu/cpu.c
Merge git://git.denx.de/u-boot-pxa
[u-boot] / arch / arm / mach-mvebu / cpu.c
index 1c5f4c3da3de81af64ec819784c9058667d21eb3..ea83e21d433cd6d639ce1bf0e54087f6720f2575 100644 (file)
 #define DDR_SIZE_CS_OFF(n)     (0x0004 + ((n) << 3))
 
 static struct mbus_win windows[] = {
-       /* PCIE MEM address space */
-       { MBUS_PCI_MEM_BASE, MBUS_PCI_MEM_SIZE,
-         CPU_TARGET_PCIE13, CPU_ATTR_PCIE_MEM },
-
-       /* PCIE IO address space */
-       { MBUS_PCI_IO_BASE, MBUS_PCI_IO_SIZE,
-         CPU_TARGET_PCIE13, CPU_ATTR_PCIE_IO },
-
        /* SPI */
        { MBUS_SPI_BASE, MBUS_SPI_SIZE,
          CPU_TARGET_DEVICEBUS_BOOTROM_SPI, CPU_ATTR_SPIFLASH },