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/colibri_pxa270/colibri_pxa270.c b/board/colibri_pxa270/colibri_pxa270.c index 06f970b..d72e5d6 100644 --- a/board/colibri_pxa270/colibri_pxa270.c +++ b/board/colibri_pxa270/colibri_pxa270.c
@@ -51,7 +51,7 @@ int dram_init(void) { - pxa_dram_init(); + pxa2xx_dram_init(); gd->ram_size = PHYS_SDRAM_1_SIZE; return 0; }