diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-15 11:39:04 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-17 13:20:13 +0800 |
commit | 92bb0622184d8656462e4eca2155b09924fa7d16 (patch) | |
tree | bb871cda71383c22b1039cb6acb9767bc57d9144 | |
parent | b643cfaa486f090cfc91daaaa0dec0d611eba150 (diff) | |
download | u-boot-imx-92bb0622184d8656462e4eca2155b09924fa7d16.zip u-boot-imx-92bb0622184d8656462e4eca2155b09924fa7d16.tar.gz u-boot-imx-92bb0622184d8656462e4eca2155b09924fa7d16.tar.bz2 |
ENGR00322796 iMX6SXSABRESD: Enable Micron N25Q128 flash support for RevB board
The iMX6SX SABRESD RevB board uses Micron N25Q128 to replace Spansion S25FL128
on RevA board.
So enable the CONFIG_SPI_FLASH_STMICRO and CONFIG_SPI_FLASH_SPANSION to support
both two revisions.
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit 4c144fcbcdc60329765b59ff79891e792aec59ad)
-rw-r--r-- | include/configs/mx6sxsabresd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index fd85573..97c5a5b 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -309,6 +309,7 @@ #define CONFIG_CMD_SF #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_SPANSION +#define CONFIG_SPI_FLASH_STMICRO #define CONFIG_SF_DEFAULT_BUS 0 #define CONFIG_SF_DEFAULT_CS 0 #define CONFIG_SF_DEFAULT_SPEED 40000000 |