drivers, block: remove sil680 driver
[platform/kernel/u-boot.git] / board / amcc / acadia / acadia.c
index 9c6deea..2eb18df 100644 (file)
@@ -39,12 +39,10 @@ int board_early_init_f(void)
 {
        unsigned int reg;
 
-#if !defined(CONFIG_NAND_U_BOOT)
        /* don't reinit PLL when booting via I2C bootstrap option */
        mfsdr(SDR0_PINSTP, reg);
        if (reg != 0xf0000000)
                board_pll_init_f();
-#endif
 
        acadia_gpio_init();