]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-mvebu/spl.c
ARM: fix ifdef in ARMv8 lowlevel_init() again
[u-boot] / arch / arm / mach-mvebu / spl.c
index 0879873b9725828c2fd5e4b20437de0f2d102b8a..ac5bb2c20926fce762fd40b91fd9f466f9b1707e 100644 (file)
@@ -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