long int initdram(int board_type)
{
	return (wasp_mem_config());
}
Example #2
0
long int initdram(){
	return((long int)wasp_mem_config());
}