[U-Boot] [PATCH 17/17] Blackfin: bf518f-ezbrd: enable SST SPI flash driver
Mike Frysinger
vapier at gentoo.org
Sun Jun 14 08:28:54 CEST 2009
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 at gentoo.org>
---
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
--
1.6.3.1
More information about the U-Boot
mailing list