diff options
author | York Sun <yorksun@freescale.com> | 2014-03-27 17:54:48 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-04-22 17:58:48 -0700 |
commit | c60dee03c019be312e83fcab9c294c5a4cf7c1bd (patch) | |
tree | d6aa9d1e871a04899ec7002f6594d33a49b8df67 /include/configs | |
parent | 34e026f9b1eb3bcffb38e7787c2e6eac0e88ba85 (diff) | |
download | u-boot-imx-c60dee03c019be312e83fcab9c294c5a4cf7c1bd.zip u-boot-imx-c60dee03c019be312e83fcab9c294c5a4cf7c1bd.tar.gz u-boot-imx-c60dee03c019be312e83fcab9c294c5a4cf7c1bd.tar.bz2 |
mpc85xx/T1040QDS_D4: Add DDR4 support
T1040QDS_D4 is a variant of T1040QDS, with additional circuit to support
DDR4 memory. Tested with MTA9ASF51272AZ-2G1AYESZG.
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/T1040QDS.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 84213b8..63a7efc 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -1,5 +1,5 @@ /* - * Copyright 2013 Freescale Semiconductor, Inc. + * Copyright 2013-2014 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. @@ -169,8 +169,10 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR) #define CONFIG_DDR_SPD +#ifndef CONFIG_SYS_FSL_DDR4 #define CONFIG_SYS_FSL_DDR3 #define CONFIG_FSL_DDR_INTERACTIVE +#endif #define CONFIG_SYS_SPD_BUS_NUM 0 #define SPD_EEPROM_ADDRESS 0x51 |