summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-02-01 18:18:21 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2016-02-02 11:49:13 +0100
commit37dadbca0c8b9bff00f892fd87a978cbe0a98b3a (patch)
tree5d1ef0331ab89ab5934c7f8b06d812ef09d29627 /configs
parent4245701ef58c9c7c1dbccc8fa2f1bdd248b97b8b (diff)
downloadblackbird-obmc-uboot-37dadbca0c8b9bff00f892fd87a978cbe0a98b3a.tar.gz
blackbird-obmc-uboot-37dadbca0c8b9bff00f892fd87a978cbe0a98b3a.zip
board: atmel: sama5d2_xplained: add SPL support
The sama5d2 Xplained SPL supports the boot medias: spi flash and SD Card. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sama5d2_xplained_mmc_defconfig1
-rw-r--r--configs/sama5d2_xplained_spiflash_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_mmc_defconfig b/configs/sama5d2_xplained_mmc_defconfig
index c1dcbefcc3..75b17131be 100644
--- a/configs/sama5d2_xplained_mmc_defconfig
+++ b/configs/sama5d2_xplained_mmc_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_AT91=y
CONFIG_TARGET_SAMA5D2_XPLAINED=y
+CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_MMC"
# CONFIG_CMD_IMI is not set
# CONFIG_CMD_IMLS is not set
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig
index 0271e8ef8d..6d61a7eb23 100644
--- a/configs/sama5d2_xplained_spiflash_defconfig
+++ b/configs/sama5d2_xplained_spiflash_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_AT91=y
CONFIG_TARGET_SAMA5D2_XPLAINED=y
+CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_SERIALFLASH"
# CONFIG_CMD_IMI is not set
# CONFIG_CMD_IMLS is not set
OpenPOWER on IntegriCloud