commit | 5a4c9c22872725d9b02fb11fdcec063ccea9536f | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Mon Dec 15 13:24:38 2014 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Sat Feb 07 23:42:53 2015 +0100 |
tree | f67d1ca5c0c14091baf8fb7eddcc9d4439bc9997 | |
parent | 01c073c013551aa3461a96a23617e2179bda1f5b [diff] [blame] |
ARM: atmel: sama5d4ek: enable SPL support The sama5d4ek support boot up from NAND flash, SD/MMC card and also the SPI flash. Signed-off-by: Bo Shen <voice.shen@atmel.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 986b4c5..8be14fe 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -529,6 +529,7 @@ config TARGET_SAMA5D4EK bool "Support sama5d4ek" select CPU_V7 + select SUPPORT_SPL config TARGET_BCM28155_AP bool "Support bcm28155_ap"