From 39aa1a73483e1ac2bd56d5523abfc3970ee82c77 Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Tue, 26 Aug 2008 15:01:36 -0500 Subject: FSL DDR: Convert MPC8610HPCD to new DDR code. Signed-off-by: Jon Loeliger Signed-off-by: Kumar Gala --- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board/freescale/mpc8610hpcd/mpc8610hpcd.c') diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd.c b/board/freescale/mpc8610hpcd/mpc8610hpcd.c index ff1b892..c9dde4d 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -122,7 +123,7 @@ initdram(int board_type) long dram_size = 0; #if defined(CONFIG_SPD_EEPROM) - dram_size = spd_sdram(); + dram_size = fsl_ddr_sdram(); #else dram_size = fixed_sdram(); #endif -- cgit v1.1