summaryrefslogtreecommitdiffstats
path: root/board/syteco/jadecpu/jadecpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/syteco/jadecpu/jadecpu.c')
-rw-r--r--board/syteco/jadecpu/jadecpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/syteco/jadecpu/jadecpu.c b/board/syteco/jadecpu/jadecpu.c
index a7b6e70f49..63a0d33446 100644
--- a/board/syteco/jadecpu/jadecpu.c
+++ b/board/syteco/jadecpu/jadecpu.c
@@ -152,7 +152,7 @@ int misc_init_r(void)
int dram_init(void)
{
/* dram_init must store complete ramsize in gd->ram_size */
- gd->ram_size = get_ram_size((volatile void *)PHYS_SDRAM,
+ gd->ram_size = get_ram_size((void *)PHYS_SDRAM,
PHYS_SDRAM_SIZE);
return 0;
OpenPOWER on IntegriCloud