X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh%2Fdrivers%2Fpci%2Fops-rts7751r2d.c;h=beafa11f4d0c6a92fbced647be625096f0bddf03;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2bceb43c9a33ad12b0cc5d63c0a395e9e1c947c6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/sh/drivers/pci/ops-rts7751r2d.c b/arch/sh/drivers/pci/ops-rts7751r2d.c index 2bceb43c9..beafa11f4 100644 --- a/arch/sh/drivers/pci/ops-rts7751r2d.c +++ b/arch/sh/drivers/pci/ops-rts7751r2d.c @@ -61,7 +61,12 @@ EXPORT_SYMBOL(board_pci_channels); static struct sh7751_pci_address_map sh7751_pci_map = { .window0 = { .base = SH7751_CS3_BASE_ADDR, - .size = 0x03f00000, + .size = 0x04000000, + }, + + .window1 = { + .base = 0x00000000, /* Unused */ + .size = 0x00000000, /* Unused */ }, .flags = SH7751_PCIC_NO_RESET,