summaryrefslogtreecommitdiff
path: root/board/freescale/b4860qds/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/b4860qds/spl.c')
-rw-r--r--board/freescale/b4860qds/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/b4860qds/spl.c b/board/freescale/b4860qds/spl.c
index 35b812c..17e2ba8 100644
--- a/board/freescale/b4860qds/spl.c
+++ b/board/freescale/b4860qds/spl.c
@@ -108,7 +108,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
puts("\n\n");
- gd->ram_size = initdram(0);
+ gd->ram_size = initdram();
#ifdef CONFIG_SPL_NAND_BOOT
nand_boot();