diff options
Diffstat (limited to 'board/imx31_phycore/imx31_phycore.c')
| -rw-r--r-- | board/imx31_phycore/imx31_phycore.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c index ca7d6e213..773900e3c 100644 --- a/board/imx31_phycore/imx31_phycore.c +++ b/board/imx31_phycore/imx31_phycore.c @@ -33,7 +33,7 @@ DECLARE_GLOBAL_DATA_PTR;  int dram_init(void)  {  	/* dram_init must store complete ramsize in gd->ram_size */ -	gd->ram_size = get_ram_size((volatile void *)PHYS_SDRAM_1, +	gd->ram_size = get_ram_size((void *)PHYS_SDRAM_1,  				PHYS_SDRAM_1_SIZE);  	return 0;  } |