diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-12-15 13:24:38 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-07 23:42:53 +0100 |
commit | 5a4c9c22872725d9b02fb11fdcec063ccea9536f (patch) | |
tree | f67d1ca5c0c14091baf8fb7eddcc9d4439bc9997 /configs | |
parent | 01c073c013551aa3461a96a23617e2179bda1f5b (diff) | |
download | u-boot-imx-5a4c9c22872725d9b02fb11fdcec063ccea9536f.zip u-boot-imx-5a4c9c22872725d9b02fb11fdcec063ccea9536f.tar.gz u-boot-imx-5a4c9c22872725d9b02fb11fdcec063ccea9536f.tar.bz2 |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sama5d4ek_mmc_defconfig | 1 | ||||
-rw-r--r-- | configs/sama5d4ek_nandflash_defconfig | 1 | ||||
-rw-r--r-- | configs/sama5d4ek_spiflash_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama5d4ek_mmc_defconfig b/configs/sama5d4ek_mmc_defconfig index 16a5ed7..aafb4c2 100644 --- a/configs/sama5d4ek_mmc_defconfig +++ b/configs/sama5d4ek_mmc_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_MMC" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4EK=y diff --git a/configs/sama5d4ek_nandflash_defconfig b/configs/sama5d4ek_nandflash_defconfig index 8b7fbc3..d430fa7 100644 --- a/configs/sama5d4ek_nandflash_defconfig +++ b/configs/sama5d4ek_nandflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_NANDFLASH" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4EK=y diff --git a/configs/sama5d4ek_spiflash_defconfig b/configs/sama5d4ek_spiflash_defconfig index 63e9b6c..796fa4b 100644 --- a/configs/sama5d4ek_spiflash_defconfig +++ b/configs/sama5d4ek_spiflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_SERIALFLASH" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4EK=y |