diff options
| author | Bo Shen <[email protected]> | 2015-03-27 14:23:35 +0800 |
|---|---|---|
| committer | Andreas Bießmann <[email protected]> | 2015-04-01 01:04:31 +0200 |
| commit | d85e8914b379eb3c4d66be241fee29da50166aa2 (patch) | |
| tree | 6c7e317753152fe4e8c9dbaf8a0e3566124494de /configs | |
| parent | 41d41a93fb5600b0cbfdbfae88b0d8403bd650b7 (diff) | |
ARM: atmel: at91sam9x5ek: enable spl support
Enable SPL support for at91sam9x5ek board. Now, it supports
boot up from NAND flash and SPI flash.
Signed-off-by: Bo Shen <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/at91sam9x5ek_nandflash_defconfig | 1 | ||||
| -rw-r--r-- | configs/at91sam9x5ek_spiflash_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/at91sam9x5ek_nandflash_defconfig b/configs/at91sam9x5ek_nandflash_defconfig index c2ebb00a979..6eea1af904a 100644 --- a/configs/at91sam9x5ek_nandflash_defconfig +++ b/configs/at91sam9x5ek_nandflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9X5,SYS_USE_NANDFLASH" CONFIG_ARM=y CONFIG_ARCH_AT91=y diff --git a/configs/at91sam9x5ek_spiflash_defconfig b/configs/at91sam9x5ek_spiflash_defconfig index 76f68a6039b..7ef1534a6e6 100644 --- a/configs/at91sam9x5ek_spiflash_defconfig +++ b/configs/at91sam9x5ek_spiflash_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9X5,SYS_USE_SPIFLASH" CONFIG_ARM=y CONFIG_ARCH_AT91=y |
