]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-at91/mpddrc.c
ARM: atmel: at91sam9n12ek: enable spl support
[karo-tx-uboot.git] / arch / arm / mach-at91 / mpddrc.c
index 24d5fcde02b5ed6a51ba21dd3280e1901cefdad0..e2b6a49eb92f1d7996f9c691ca7af22ed403a139 100644 (file)
@@ -20,7 +20,7 @@ static inline void atmel_mpddr_op(int mode, u32 ram_address)
 static int ddr2_decodtype_is_seq(u32 cr)
 {
 #if defined(CONFIG_SAMA5D3) || defined(CONFIG_SAMA5D4) || \
-       defined(CONFIG_AT91SAM9X5)
+       defined(CONFIG_AT91SAM9X5) || defined(CONFIG_AT91SAM9N12)
        if (cr & ATMEL_MPDDRC_CR_DECOD_INTERLEAVED)
                return 0;
 #endif