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 /include/configs/P1_P2_RDB.h | |
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 'include/configs/P1_P2_RDB.h')
-rw-r--r-- | include/configs/P1_P2_RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 2dfee3d..d479a09 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -146,7 +146,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_FSL_DDR2 #undef CONFIG_FSL_DDR_INTERACTIVE #undef CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ -#undef CONFIG_DDR_DLL #define CONFIG_MEM_INIT_VALUE 0xDeadBeef |