diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-08-27 01:05:35 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-08-27 11:43:53 -0500 |
commit | 457caecdbca3df21a93abff19eab12dbc61b7897 (patch) | |
tree | dd6cdf741c7757425d33567b01cb7907dec0096e /include/configs | |
parent | 0e7927db138976469e7257e29c1338050a50fcd9 (diff) | |
download | u-boot-457caecdbca3df21a93abff19eab12dbc61b7897.tar.gz u-boot-457caecdbca3df21a93abff19eab12dbc61b7897.tar.xz u-boot-457caecdbca3df21a93abff19eab12dbc61b7897.zip |
FSL DDR: Remove old SPD support from cpu/mpc85xx
All 85xx boards have been converted to the new code so we can
remove the old SPD DDR setup code.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/TQM85xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index d84554e37d..5e1cf956f1 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -137,6 +137,10 @@ #define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory */ #define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE +#define CONFIG_NUM_DDR_CONTROLLERS 1 +#define CONFIG_DIMM_SLOTS_PER_CTLR 1 +#define CONFIG_CHIP_SELECTS_PER_CTRL 2 + #if defined(CONFIG_TQM8540) || defined(CONFIG_TQM8560) /* TQM8540 & 8560 need DLL-override */ #define CONFIG_DDR_DLL /* DLL fix needed */ |