diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-19 16:26:55 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-02 16:00:39 -0400 |
commit | f453220c1ef176409197f67e064646ffd143de64 (patch) | |
tree | 79762bf06fe93130fcb022c0ac4856b52b2fbc65 /include/configs/bf533-stamp.h | |
parent | 68409f844fd06dc696d206e7c12d2296cffd7416 (diff) | |
download | u-boot-f453220c1ef176409197f67e064646ffd143de64.tar.gz u-boot-f453220c1ef176409197f67e064646ffd143de64.tar.xz u-boot-f453220c1ef176409197f67e064646ffd143de64.zip |
Blackfin: adi config: add an "all spi flashes" option to unify board lists
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf533-stamp.h')
-rw-r--r-- | include/configs/bf533-stamp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h index b8cea99959..03bc811036 100644 --- a/include/configs/bf533-stamp.h +++ b/include/configs/bf533-stamp.h @@ -92,10 +92,7 @@ #define CONFIG_ENV_SPI_MAX_HZ 30000000 #define CONFIG_SF_DEFAULT_SPEED 30000000 #define CONFIG_SPI_FLASH -#define CONFIG_SPI_FLASH_ATMEL -#define CONFIG_SPI_FLASH_SPANSION -#define CONFIG_SPI_FLASH_STMICRO -#define CONFIG_SPI_FLASH_WINBOND +#define CONFIG_SPI_FLASH_ALL /* |