summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8349EMDS.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-12-03 13:16:59 -0800
committerYork Sun <yorksun@freescale.com>2013-12-04 14:55:05 -0800
commit1df99080cb6dea9216ee1925f03bd7cc35dc34c7 (patch)
tree48938565794d90a8bf3fa29c19bd7ce9d38c3982 /include/configs/MPC8349EMDS.h
parent085db5ca3aa306d2002c765191ce1a73fa962553 (diff)
downloadblackbird-obmc-uboot-1df99080cb6dea9216ee1925f03bd7cc35dc34c7.tar.gz
blackbird-obmc-uboot-1df99080cb6dea9216ee1925f03bd7cc35dc34c7.zip
powerpc/mpc8349: Use generic mpc85xx DDR driver
MPC8349 has been using mpc85xx DDR driver through a symbolic link to mpc85xx_ddr_gen2.c. After consolidating the drivers to a single set under driver/ddr/fsl/, the link is replaced by referring driver directly. We now can simply enable the macro and use the driver. Other mpc83xx SoCs still use their own driver. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/MPC8349EMDS.h')
-rw-r--r--include/configs/MPC8349EMDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h
index a80a6966bf..037484104f 100644
--- a/include/configs/MPC8349EMDS.h
+++ b/include/configs/MPC8349EMDS.h
@@ -67,6 +67,7 @@
*/
#define CONFIG_SYS_FSL_DDR2
#ifdef CONFIG_SYS_FSL_DDR2
+#define CONFIG_SYS_FSL_DDRC_GEN2
#define CONFIG_SYS_SPD_BUS_NUM 0
#define SPD_EEPROM_ADDRESS1 0x52
#define SPD_EEPROM_ADDRESS2 0x51
OpenPOWER on IntegriCloud