diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2010-12-17 17:17:58 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:19 -0600 |
commit | 810c44274980d8bb9fa0d81d091a374adbae8309 (patch) | |
tree | 438d669ac8481d5c0c1d52ca760b542f74049e19 /doc/README.mpc85xxads | |
parent | 70961ba41477a709870a01c86af2950124bb64fe (diff) | |
download | u-boot-imx-810c44274980d8bb9fa0d81d091a374adbae8309.zip u-boot-imx-810c44274980d8bb9fa0d81d091a374adbae8309.tar.gz u-boot-imx-810c44274980d8bb9fa0d81d091a374adbae8309.tar.bz2 |
85xx boards: Rename CONFIG_DDR_DLL to CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN
This config option is for an erratum workaround; rename it to be more
clear. Also, drop it from config files don't need it and were
undefining it.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'doc/README.mpc85xxads')
-rw-r--r-- | doc/README.mpc85xxads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.mpc85xxads b/doc/README.mpc85xxads index 046f981..d059a97 100644 --- a/doc/README.mpc85xxads +++ b/doc/README.mpc85xxads @@ -144,8 +144,8 @@ Updated 13-July-2004 Jon Loeliger also manual config the DDR after undef this definition. CONFIG_DDR_ECC only for ECC DDR module - CONFIG_DDR_DLL DLL fix on some ADS boards needed for more - stability. + CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN DLL fix on some ADS boards needed + for more stability. CONFIG_HAS_FEC If an FEC is on chip, set to 1, else 0. Other than the above definitions, the rest in the config files are |