diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-27 23:26:44 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-04 20:42:22 +0200 |
commit | 4758ebdd53571d4d183be5c2db8f0ee4ef368915 (patch) | |
tree | 39dfec6ea223a45f31d6f3beb67be4c431886251 /include/configs/at91sam9260ek.h | |
parent | 2b7178afce59f71e95da657273f4132012098c1f (diff) | |
download | u-boot-imx-4758ebdd53571d4d183be5c2db8f0ee4ef368915.zip u-boot-imx-4758ebdd53571d4d183be5c2db8f0ee4ef368915.tar.gz u-boot-imx-4758ebdd53571d4d183be5c2db8f0ee4ef368915.tar.bz2 |
at91: move dataflash spi driver to drivers/spi
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
-rw-r--r-- | include/configs/at91sam9260ek.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 29cabcf..bcc65bd 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -103,6 +103,7 @@ #define PHYS_SDRAM_SIZE 0x04000000 /* 64 megs */ /* DataFlash */ +#define CONFIG_ATMEL_DATAFLASH_SPI #define CONFIG_HAS_DATAFLASH 1 #define CONFIG_SYS_SPI_WRITE_TOUT (5*CONFIG_SYS_HZ) #define CONFIG_SYS_MAX_DATAFLASH_BANKS 2 |