summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx53smd/mx53smd.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx53smd/mx53smd.c')
-rw-r--r--board/freescale/mx53smd/mx53smd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx53smd/mx53smd.c b/board/freescale/mx53smd/mx53smd.c
index f3c433fa2c..21b5d14c02 100644
--- a/board/freescale/mx53smd/mx53smd.c
+++ b/board/freescale/mx53smd/mx53smd.c
@@ -44,8 +44,8 @@ int dram_init(void)
{
u32 size1, size2;
- size1 = get_ram_size((volatile void *)PHYS_SDRAM_1, PHYS_SDRAM_1_SIZE);
- size2 = get_ram_size((volatile void *)PHYS_SDRAM_2, PHYS_SDRAM_2_SIZE);
+ size1 = get_ram_size((void *)PHYS_SDRAM_1, PHYS_SDRAM_1_SIZE);
+ size2 = get_ram_size((void *)PHYS_SDRAM_2, PHYS_SDRAM_2_SIZE);
gd->ram_size = size1 + size2;
OpenPOWER on IntegriCloud