]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-mvebu/spl.c
armv7: add reset timeout to identify_nand_chip
[u-boot] / arch / arm / mach-mvebu / spl.c
index 0879873b9725828c2fd5e4b20437de0f2d102b8a..e1c9cdba5041b5c1a2b90a947d608aa5090979c4 100644 (file)
@@ -57,7 +57,7 @@ u32 spl_boot_device(void)
 }
 
 #ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_boot_mode(void)
+u32 spl_boot_mode(const u32 boot_device)
 {
        return MMCSD_MODE_RAW;
 }
@@ -99,11 +99,14 @@ void board_init_f(ulong dummy)
 
        timer_init();
 
+       /* Armada 375 does not support SerDes and DDR3 init yet */
+#if !defined(CONFIG_ARMADA_375)
        /* First init the serdes PHY's */
        serdes_phy_config();
 
        /* Setup DDR */
        ddr3_init();
+#endif
 
        /*
         * Return to the BootROM to continue the Marvell xmodem