From 04180c0464d642d5cc8b94cdaf50d359788fd6de Mon Sep 17 00:00:00 2001 From: Renaud Barbier Date: Tue, 5 Nov 2013 15:36:10 +0000 Subject: ppc: mpc85xx: enable DDR driver The use of the DDR driver as well as early I2C support is enabled for board initialising their memory through SPD EEPROM data. A SOC specific function returning the DDR bus frequency is added for the DDR driver to translate DDR timings to register values. Signed-off-by: Renaud Barbier Signed-off-by: Sascha Hauer --- arch/ppc/ddr-8xxx/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/ppc/ddr-8xxx/Makefile (limited to 'arch/ppc/ddr-8xxx/Makefile') diff --git a/arch/ppc/ddr-8xxx/Makefile b/arch/ppc/ddr-8xxx/Makefile new file mode 100644 index 0000000000..54cb7ce512 --- /dev/null +++ b/arch/ppc/ddr-8xxx/Makefile @@ -0,0 +1,2 @@ +obj-y += main.o util.o ctrl_regs.o options.o lc_common_dimm_params.o +obj-$(CONFIG_FSL_DDR2) += ddr2_dimm_params.o ddr2_setctrl.o -- cgit v1.2.3