aboutsummaryrefslogtreecommitdiff
path: root/board/pxa255_idp/pxa_idp.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pxa255_idp/pxa_idp.c')
-rw-r--r--board/pxa255_idp/pxa_idp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c
index 7b975f667..877e8d9b2 100644
--- a/board/pxa255_idp/pxa_idp.c
+++ b/board/pxa255_idp/pxa_idp.c
@@ -86,7 +86,7 @@ int board_late_init(void)
int dram_init(void)
{
- pxa_dram_init();
+ pxa2xx_dram_init();
gd->ram_size = PHYS_SDRAM_1_SIZE;
return 0;
}