commit | 5f65050b2bac6a75806b81bdd7d01958a84dac60 | [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 | 66effd7ca97d748c31e57c183dc2d886b809b0ad [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>