diff options
Diffstat (limited to 'board/pxa255_idp')
-rw-r--r-- | board/pxa255_idp/pxa_idp.c | 2 |
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; } |