]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-at91/spl_at91.c
ARM: atmel: at91sam9n12ek: enable spl support
[karo-tx-uboot.git] / 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