diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-12-15 13:24:39 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-07 23:42:55 +0100 |
commit | 0b2a9824203deccf8e5ffd0db69f6aa9b771eb26 (patch) | |
tree | 4a06add773c98493e15c013e3968e417adb3c801 /arch/arm | |
parent | 5a4c9c22872725d9b02fb11fdcec063ccea9536f (diff) |
ARM: atmel: sama5d4_xplained: enable spl support
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8be14fe8e35..5cfca1b831f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -525,6 +525,7 @@ config TARGET_SAMA5D3XEK config TARGET_SAMA5D4_XPLAINED bool "Support sama5d4_xplained" select CPU_V7 + select SUPPORT_SPL config TARGET_SAMA5D4EK bool "Support sama5d4ek" |