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 /configs | |
parent | 5a4c9c22872725d9b02fb11fdcec063ccea9536f (diff) | |
download | u-boot-imx-0b2a9824203deccf8e5ffd0db69f6aa9b771eb26.zip u-boot-imx-0b2a9824203deccf8e5ffd0db69f6aa9b771eb26.tar.gz u-boot-imx-0b2a9824203deccf8e5ffd0db69f6aa9b771eb26.tar.bz2 |
ARM: atmel: sama5d4_xplained: enable spl support
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sama5d4_xplained_mmc_defconfig | 1 | ||||
-rw-r--r-- | configs/sama5d4_xplained_nandflash_defconfig | 1 | ||||
-rw-r--r-- | configs/sama5d4_xplained_spiflash_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama5d4_xplained_mmc_defconfig b/configs/sama5d4_xplained_mmc_defconfig index 3720f3c..73df28c 100644 --- a/configs/sama5d4_xplained_mmc_defconfig +++ b/configs/sama5d4_xplained_mmc_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_MMC" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4_XPLAINED=y diff --git a/configs/sama5d4_xplained_nandflash_defconfig b/configs/sama5d4_xplained_nandflash_defconfig index 5e13da7..046fe06 100644 --- a/configs/sama5d4_xplained_nandflash_defconfig +++ b/configs/sama5d4_xplained_nandflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_NANDFLASH" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4_XPLAINED=y diff --git a/configs/sama5d4_xplained_spiflash_defconfig b/configs/sama5d4_xplained_spiflash_defconfig index 3a4607c..755dd8b 100644 --- a/configs/sama5d4_xplained_spiflash_defconfig +++ b/configs/sama5d4_xplained_spiflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_SERIALFLASH" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SAMA5D4_XPLAINED=y |