From f68d2a222f0c37e281d28888add34ae263be6777 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 26 Nov 2011 11:18:57 +0100 Subject: PXA: Rename pxa_dram_init to pxa2xx_dram_init Signed-off-by: Marek Vasut --- board/pxa255_idp/pxa_idp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/pxa255_idp') diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c index 7b975f66741..877e8d9b2a8 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; } -- cgit v1.2.3