diff options
Diffstat (limited to 'include/configs/T1042RDB_PI.h')
| -rw-r--r-- | include/configs/T1042RDB_PI.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/T1042RDB_PI.h b/include/configs/T1042RDB_PI.h index 6d07805ff..68656e6ef 100644 --- a/include/configs/T1042RDB_PI.h +++ b/include/configs/T1042RDB_PI.h @@ -147,7 +147,7 @@  /* CONFIG_NUM_DDR_CONTROLLERS is defined in include/asm/config_mpc85xx.h */  #define CONFIG_DIMM_SLOTS_PER_CTLR	1 -#define CONFIG_CHIP_SELECTS_PER_CTRL	(4 * CONFIG_DIMM_SLOTS_PER_CTLR) +#define CONFIG_CHIP_SELECTS_PER_CTRL	(2 * CONFIG_DIMM_SLOTS_PER_CTLR)  #define CONFIG_DDR_SPD  #define CONFIG_SYS_DDR_RAW_TIMING |