diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2014-10-09 10:54:51 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2014-10-09 11:02:45 +0800 |
commit | d6ac8b7c03d66bc9b978d5d8a35410abda35e646 (patch) | |
tree | 67c34b520701b5771e46cc95f484228fa0a3cf08 /include/configs/mx6sxsabresd.h | |
parent | 2100a53919eec7f9a76bc67204cd89e20afa2924 (diff) | |
download | u-boot-imx-d6ac8b7c03d66bc9b978d5d8a35410abda35e646.zip u-boot-imx-d6ac8b7c03d66bc9b978d5d8a35410abda35e646.tar.gz u-boot-imx-d6ac8b7c03d66bc9b978d5d8a35410abda35e646.tar.bz2 |
MLK-9665-2 mx6sx: define CONFIG_SPI_FLASH_BAR
define CONFIG_SPI_FLASH_BAR in mx6sx_arm2.h mx6sxsabreauto.h to
enable access to flash array higher than 16MB.
CONFIG_SPI_FLASH_BAR is also set in mx6sxsabresd.h for RevB board.
Actually, if QSPI flash size <= 16MB, setting CONFIG_SPI_FLASH_BAR
has not effect.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-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 96a81c0..0414c25 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -308,6 +308,7 @@ #define CONFIG_CMD_SF #define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_BAR #define CONFIG_SPI_FLASH_SPANSION #define CONFIG_SPI_FLASH_STMICRO #define CONFIG_SF_DEFAULT_BUS 0 |