summaryrefslogtreecommitdiff
path: root/board/freescale/p1010rdb/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/p1010rdb/spl.c')
-rw-r--r--board/freescale/p1010rdb/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1010rdb/spl.c b/board/freescale/p1010rdb/spl.c
index 05da1dac7d..0565367937 100644
--- a/board/freescale/p1010rdb/spl.c
+++ b/board/freescale/p1010rdb/spl.c
@@ -94,7 +94,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
i2c_init_all();
- gd->ram_size = initdram();
+ initdram();
#ifdef CONFIG_SPL_NAND_BOOT
puts("\nTertiary program loader running in sram...");
#else