
14 Jun
2009
14 Jun
'09
8:28 a.m.
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 --- 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