diff options
Diffstat (limited to 'board/palmtc/palmtc.c')
| -rw-r--r-- | board/palmtc/palmtc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/palmtc/palmtc.c b/board/palmtc/palmtc.c index 414562bb8..4adf152a4 100644 --- a/board/palmtc/palmtc.c +++ b/board/palmtc/palmtc.c @@ -58,7 +58,7 @@ struct serial_device *default_serial_console(void)  int dram_init(void)  { -	pxa_dram_init(); +	pxa2xx_dram_init();  	gd->ram_size = PHYS_SDRAM_1_SIZE;  	return 0;  } |