[U-Boot] [PATCH] da850_am18xxevm: Add CONFIG_SPI_FLASH_STMICRO to the board config

Christian Riesch christian.riesch at omicron.at
Thu Dec 15 08:31:24 CET 2011


The board config for the da850_am18xxevm board is missing
the CONFIG_SPI_FLASH_STMICRO option and therefore the SPI flash
on the AM1808 experimenter's kit could not be detected.

Signed-off-by: Christian Riesch <christian.riesch at omicron.at>
Cc: Tom Rini <trini at ti.com>
---
 include/configs/da850_am18xxevm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/da850_am18xxevm.h b/include/configs/da850_am18xxevm.h
index 04961c6..354f045 100644
--- a/include/configs/da850_am18xxevm.h
+++ b/include/configs/da850_am18xxevm.h
@@ -146,6 +146,7 @@
 
 #define CONFIG_SPI
 #define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_STMICRO
 #define CONFIG_SPI_FLASH_WINBOND
 #define CONFIG_DAVINCI_SPI
 #define CONFIG_SYS_SPI_BASE		DAVINCI_SPI1_BASE
-- 
1.7.0.4



More information about the U-Boot mailing list