diff options
author | Jerry Huang <Chang-Ming.Huang@freescale.com> | 2011-01-06 23:42:19 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:22 -0600 |
commit | d621da0066dff92a76ca3c6fb031a7f823a811f3 (patch) | |
tree | 4ec744b969d1a05484e041f60ba7e3eaf66d1f6a /include | |
parent | 28a096e7f25d43824618d210b5b20b1961b94d79 (diff) | |
download | u-boot-imx-d621da0066dff92a76ca3c6fb031a7f823a811f3.zip u-boot-imx-d621da0066dff92a76ca3c6fb031a7f823a811f3.tar.gz u-boot-imx-d621da0066dff92a76ca3c6fb031a7f823a811f3.tar.bz2 |
fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)
Do not issue a manual asynchronous CMD12. Instead, use a (software)
synchronous CMD12 or AUTOCMD12 to abort data transfer.
Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/P4080DS.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 21b48e9..705b226 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010 Freescale Semiconductor, Inc. + * Copyright 2009-2011 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. @@ -35,6 +35,8 @@ #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ +#define CONFIG_SYS_FSL_ERRATUM_ESDHC111 + #define CONFIG_SYS_P4080_ERRATUM_CPU22 #define CONFIG_SYS_P4080_ERRATUM_SERDES8 |