diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-08-26 15:01:36 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-27 02:06:03 +0200 |
commit | 39aa1a73483e1ac2bd56d5523abfc3970ee82c77 (patch) | |
tree | 7f28b02f7c1eaf149f27a8a53efc60976eb0c572 /board/freescale/mpc8610hpcd/mpc8610hpcd.c | |
parent | 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263 (diff) | |
download | u-boot-imx-39aa1a73483e1ac2bd56d5523abfc3970ee82c77.zip u-boot-imx-39aa1a73483e1ac2bd56d5523abfc3970ee82c77.tar.gz u-boot-imx-39aa1a73483e1ac2bd56d5523abfc3970ee82c77.tar.bz2 |
FSL DDR: Convert MPC8610HPCD to new DDR code.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8610hpcd/mpc8610hpcd.c')
-rw-r--r-- | board/freescale/mpc8610hpcd/mpc8610hpcd.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <asm/processor.h> #include <asm/immap_86xx.h> #include <asm/immap_fsl_pci.h> +#include <asm/fsl_ddr_sdram.h> #include <i2c.h> #include <asm/io.h> #include <libfdt.h> @@ -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 |