diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-03-27 14:23:36 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-04-01 01:04:31 +0200 |
commit | ff255e836a3a6cd52bd51a192af96ac5f224dc22 (patch) | |
tree | da9a38c164467a282ccd3e9848bfad029ad797ee /arch/arm/mach-at91/mpddrc.c | |
parent | d85e8914b379eb3c4d66be241fee29da50166aa2 (diff) | |
download | u-boot-ff255e836a3a6cd52bd51a192af96ac5f224dc22.tar.gz |
ARM: atmel: at91sam9n12ek: enable spl support
Enable SPL support for at91sam9n12ek boards, now it supports
boot up from NAND flash, serial flash.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/mpddrc.c')
-rw-r--r-- | arch/arm/mach-at91/mpddrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/mpddrc.c b/arch/arm/mach-at91/mpddrc.c index 24d5fcde02..e2b6a49eb9 100644 --- a/arch/arm/mach-at91/mpddrc.c +++ b/arch/arm/mach-at91/mpddrc.c @@ -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 |