diff options
author | vijay rai | 2015-02-03 13:02:41 +0000 |
---|---|---|
committer | York Sun | 2015-03-05 12:03:22 -0800 |
commit | 2372e283e56c5edc09f1c900c4b806d78a38d177 (patch) | |
tree | 5240bfda7d5ea6f5f70cb223573032b3f760ce33 /include/configs | |
parent | 703f5681675fd818a7cd1e83ac658b57a3e17f16 (diff) |
mpc85xx/t104xrdb : remove raw timing parameter
This board uses DDR DIMM. Reading SPD provides more flexibility.
Raw timing parameter code should be removed after debugging.
Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index d47f1be6851..52633181ad4 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -220,7 +220,6 @@ #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR) #define CONFIG_DDR_SPD -#define CONFIG_SYS_DDR_RAW_TIMING #define CONFIG_SYS_FSL_DDR3 #define CONFIG_SYS_SPD_BUS_NUM 0 |