diff options
author | Terry Lv <r65388@freescale.com> | 2011-04-19 17:42:46 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-04-20 18:09:05 +0800 |
commit | 2b7f1cffc6aff0e438c1d5d0eb438bc72b576fc3 (patch) | |
tree | 5890ce7ace57388a5004b8c87bcc950707506fd8 /board/freescale/mx53_smd | |
parent | ba8a0db66ab3574637946721b213f27fc0965f98 (diff) | |
download | u-boot-imx-2b7f1cffc6aff0e438c1d5d0eb438bc72b576fc3.zip u-boot-imx-2b7f1cffc6aff0e438c1d5d0eb438bc72b576fc3.tar.gz u-boot-imx-2b7f1cffc6aff0e438c1d5d0eb438bc72b576fc3.tar.bz2 |
ENGR00142322: mx53-smd: spi nor: can't erase 0x200000 size
Spi nor can't erase 0x200000 size.
There are two issues in this CR.
1. Spi nor can't erase 0x200000 size.
2. Whole chip erase don't work.
The solution will be:
1. Delay more time for WIP check.
2. Use normal erase for whole chip erase.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'board/freescale/mx53_smd')
-rw-r--r-- | board/freescale/mx53_smd/mx53_smd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53_smd/mx53_smd.c b/board/freescale/mx53_smd/mx53_smd.c index ed9bbe3..70a0b94 100644 --- a/board/freescale/mx53_smd/mx53_smd.c +++ b/board/freescale/mx53_smd/mx53_smd.c @@ -449,7 +449,7 @@ void spi_io_init(struct imx_spi_dev_t *dev) mxc_iomux_set_input(MUX_IN_ECSPI1_IPP_IND_MISO_SELECT_INPUT, 0x3); - /* MISO */ + /* MOSI */ mxc_request_iomux(MX53_PIN_EIM_D18, IOMUX_CONFIG_ALT4); mxc_iomux_set_pad(MX53_PIN_EIM_D18, 0x104); mxc_iomux_set_input(MUX_IN_ECSPI1_IPP_IND_MOSI_SELECT_INPUT, |