diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-29 17:02:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 20:01:13 -0400 |
commit | f52efcae98cbb8a39f1d0535df8d9646a776af9e (patch) | |
tree | 06e38d751ff4b3aee491279a9392facbea97b639 | |
parent | f348ab85f741dc98b2d202c04b5f430eace94925 (diff) | |
download | u-boot-imx-f52efcae98cbb8a39f1d0535df8d9646a776af9e.zip u-boot-imx-f52efcae98cbb8a39f1d0535df8d9646a776af9e.tar.gz u-boot-imx-f52efcae98cbb8a39f1d0535df8d9646a776af9e.tar.bz2 |
Blackfin: bf518f-ezbrd: enable SST SPI flash driver
The BF51xF parts have an internal SST SPI flash, so make sure the driver is
enabled by default so we can access it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | include/configs/bf518f-ezbrd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bf518f-ezbrd.h b/include/configs/bf518f-ezbrd.h index 590ebba..bc7ac5d 100644 --- a/include/configs/bf518f-ezbrd.h +++ b/include/configs/bf518f-ezbrd.h @@ -90,6 +90,7 @@ #define CONFIG_ENV_SPI_MAX_HZ 30000000 #define CONFIG_SF_DEFAULT_HZ 30000000 #define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_SST #define CONFIG_SPI_FLASH_STMICRO |