summaryrefslogtreecommitdiffstats
path: root/board/pxa255_idp
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-11-26 11:18:57 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:33 +0100
commitf68d2a222f0c37e281d28888add34ae263be6777 (patch)
treeff30917d221b816d2345b19f30b2b221068527af /board/pxa255_idp
parent4438a45f4d6abd4b65998dd76528c4705b93b4b5 (diff)
downloadblackbird-obmc-uboot-f68d2a222f0c37e281d28888add34ae263be6777.tar.gz
blackbird-obmc-uboot-f68d2a222f0c37e281d28888add34ae263be6777.zip
PXA: Rename pxa_dram_init to pxa2xx_dram_init
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'board/pxa255_idp')
-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 7b975f6674..877e8d9b2a 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;
}
OpenPOWER on IntegriCloud