diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2014-01-27 11:49:11 +0100 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-02-03 08:38:50 -0800 |
commit | 47c1180c022bf67615349257dc3de98388bac398 (patch) | |
tree | c69e106b9048e9ea57695ad4b1042c07d9841363 | |
parent | cf7707a1df14e644d378c6d36f27e17dd666ac34 (diff) | |
download | u-boot-imx-47c1180c022bf67615349257dc3de98388bac398.zip u-boot-imx-47c1180c022bf67615349257dc3de98388bac398.tar.gz u-boot-imx-47c1180c022bf67615349257dc3de98388bac398.tar.bz2 |
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 <valentin.longchamp@keymile.com>
Reviewed-by: York Sun <yorksun@freescale.com>
-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 e55b722..b9e1bac 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 |