]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/spl_at91.c
arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
[u-boot] / arch / arm / mach-at91 / spl_at91.c
index e28e568d9d77adcf8ae3a89cd93c71311a330205..a79a9dce75ac6548eb9729ce7d61ac0b49fab8b5 100644 (file)
@@ -115,7 +115,7 @@ void board_init_f(ulong dummy)
        timer_init();
 
        /* enable clocks for all PIOs */
-#ifdef CONFIG_AT91SAM9X5
+#if defined(CONFIG_AT91SAM9X5) || defined(CONFIG_AT91SAM9N12)
        at91_periph_clk_enable(ATMEL_ID_PIOAB);
        at91_periph_clk_enable(ATMEL_ID_PIOCD);
 #else