diff options
| author | Valentin Longchamp <[email protected]> | 2014-01-27 11:49:11 +0100 |
|---|---|---|
| committer | York Sun <[email protected]> | 2014-02-03 08:38:50 -0800 |
| commit | 47c1180c022bf67615349257dc3de98388bac398 (patch) | |
| tree | c69e106b9048e9ea57695ad4b1042c07d9841363 /include | |
| parent | cf7707a1df14e644d378c6d36f27e17dd666ac34 (diff) | |
kmp204x: enable support for SPANSION SPI NOR
The new prototype and the final series was moved from Micron to Spansion
to have a better reset sequence that is easier to support.
Signed-off-by: Valentin Longchamp <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index e55b7220d90..b9e1bacfa72 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -302,6 +302,7 @@ int get_scl(void); #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_BAR /* 4 byte-addressing */ #define CONFIG_SPI_FLASH_STMICRO +#define CONFIG_SPI_FLASH_SPANSION #define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED 20000000 #define CONFIG_SF_DEFAULT_MODE 0 |
