commit | 1df99080cb6dea9216ee1925f03bd7cc35dc34c7 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Tue Dec 03 13:16:59 2013 -0800 |
committer | York Sun <yorksun@freescale.com> | Wed Dec 04 14:55:05 2013 -0800 |
tree | 48938565794d90a8bf3fa29c19bd7ce9d38c3982 | |
parent | 085db5ca3aa306d2002c765191ce1a73fa962553 [diff] |
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>