diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-01-29 15:43:26 +0000 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-02-19 11:54:06 +0100 |
commit | 8495faf525be9a8c7c8d608200e8795c2f7b9290 (patch) | |
tree | d5cb4d6b404bd074bc05c94e6959fd27e843d288 /include | |
parent | 9f024f62e4604274a23213dcee30016092e32e7b (diff) | |
download | u-boot-imx-8495faf525be9a8c7c8d608200e8795c2f7b9290.zip u-boot-imx-8495faf525be9a8c7c8d608200e8795c2f7b9290.tar.gz u-boot-imx-8495faf525be9a8c7c8d608200e8795c2f7b9290.tar.bz2 |
ARM: atmel: add at91sam9g20ek_2mmc nand boot support
Add at91sam9g20_2mmc nand boot support. on this board, there is no
dataflash, so disable it
change one commet for at91sam9g20ek board
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/at91sam9260ek.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index f921fac..02696b3 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -126,6 +126,7 @@ #endif /* DataFlash */ +#ifndef CONFIG_AT91SAM9G20EK_2MMC #define CONFIG_ATMEL_DATAFLASH_SPI #define CONFIG_HAS_DATAFLASH 1 #define CONFIG_SYS_SPI_WRITE_TOUT (5*CONFIG_SYS_HZ) @@ -133,6 +134,7 @@ #define CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS0 0xC0000000 /* CS0 */ #define CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS1 0xD0000000 /* CS1 */ #define AT91_SPI_CLK 15000000 +#endif #ifdef CONFIG_AT91SAM9G20EK #define DATAFLASH_TCSS (0x22 << 16) |