commit | f68d2a222f0c37e281d28888add34ae263be6777 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat Nov 26 11:18:57 2011 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:33 2011 +0100 |
tree | ff30917d221b816d2345b19f30b2b221068527af | |
parent | 4438a45f4d6abd4b65998dd76528c4705b93b4b5 [diff] [blame] |
PXA: Rename pxa_dram_init to pxa2xx_dram_init Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
diff --git a/board/trizepsiv/conxs.c b/board/trizepsiv/conxs.c index 008cdd8..1291195 100644 --- a/board/trizepsiv/conxs.c +++ b/board/trizepsiv/conxs.c
@@ -142,7 +142,7 @@ int dram_init(void) { - pxa_dram_init(); + pxa2xx_dram_init(); gd->ram_size = PHYS_SDRAM_1_SIZE; return 0; }