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:18:02 +0800 |
commit | 4c144fcbcdc60329765b59ff79891e792aec59ad (patch) | |
tree | b4b2335163739023fd774b4c3ac26d6fd89effc3 /include | |
parent | 54a0803b29c5ab459bedfb2c68c1e94b89866aa1 (diff) | |
download | u-boot-imx-4c144fcbcdc60329765b59ff79891e792aec59ad.zip u-boot-imx-4c144fcbcdc60329765b59ff79891e792aec59ad.tar.gz u-boot-imx-4c144fcbcdc60329765b59ff79891e792aec59ad.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>
Diffstat (limited to 'include')
-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 |