]> git.sur5r.net Git - u-boot/blobdiff - board/matrix_vision/mvblm7/pci.c
83xx: Remove warmboot parameter from PCI init functions
[u-boot] / board / matrix_vision / mvblm7 / pci.c
index 1cc524bb4004fc8717f0ea933f425e573b3170c8..921e80b95a27f6e5b56610d754f3dec39110e0ab 100644 (file)
@@ -60,7 +60,6 @@ static struct pci_region pci_regions[] = {
 void pci_init_board(void)
 {
        int i;
-       int warmboot;
        volatile immap_t *immr;
        volatile pcictrl83xx_t *pci_ctrl;
        volatile gpio83xx_t *gpio;
@@ -102,7 +101,5 @@ void pci_init_board(void)
        pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR;
        pci_law[1].ar = LBLAWAR_EN | LBLAWAR_1MB;
 
-       warmboot = gd->bd->bi_bootflags & BOOTFLAG_WARM;
-
-       mpc83xx_pci_init(1, reg, warmboot);
+       mpc83xx_pci_init(1, reg);
 }