commit | 08341be1a6968d45c98f2f9ef91975db8c591ec3 | [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 | 71d058b75061b14b037a8c58e83b37bab4f5bc70 [diff] [blame] |
PXA: Rename pxa_dram_init to pxa2xx_dram_init Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c index 7b975f6..877e8d9 100644 --- a/board/pxa255_idp/pxa_idp.c +++ b/board/pxa255_idp/pxa_idp.c
@@ -86,7 +86,7 @@ int dram_init(void) { - pxa_dram_init(); + pxa2xx_dram_init(); gd->ram_size = PHYS_SDRAM_1_SIZE; return 0; }