]> git.sur5r.net Git - u-boot/blobdiff - board/sheldon/simpc8313/simpc8313.c
mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs
[u-boot] / board / sheldon / simpc8313 / simpc8313.c
index c2164c9c8543e2b5f3cfda577c2638ed7208e8ce..9126c42d8ecc6536d7db42e4333a4b6bff354ed0 100644 (file)
@@ -67,7 +67,6 @@ void pci_init_board(void)
        volatile clk83xx_t *clk = (volatile clk83xx_t *)&immr->clk;
        volatile law83xx_t *pci_law = immr->sysconf.pcilaw;
        struct pci_region *reg[] = { pci_regions };
-       int warmboot;
 
        /* Enable all 3 PCI_CLK_OUTPUTs. */
        clk->occr |= 0xe0000000;
@@ -81,9 +80,7 @@ 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);
 }
 
 /*