diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-19 16:39:20 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 11:41:03 +0800 |
commit | 5805368af417df14c66c59d81338472caa315c11 (patch) | |
tree | 47b8dd6c4da7cee83e7fe54954bd86007d7de7c2 /configs | |
parent | 9bbd54e44ae1f0868d3f0dd34975e76606b0a5e8 (diff) | |
download | u-boot-imx-5805368af417df14c66c59d81338472caa315c11.zip u-boot-imx-5805368af417df14c66c59d81338472caa315c11.tar.gz u-boot-imx-5805368af417df14c66c59d81338472caa315c11.tar.bz2 |
MLK-12416-5: spi: qspi: align to 2015.04
Switch to use 2015.04 qspi driver.
Change header file to adapt to the driver.
To i.mx6sx, move config to header file.
Tested read/write/erase on 6ulevk/sxai/sxsdb.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sxsabresd_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index 953a246..ebc11ce 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -6,5 +6,3 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg,M # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set -CONFIG_SPI_FLASH=y -CONFIG_SPI_FLASH_BAR=y |