示例#1
0
long int initdram(int board_type)
{
    return (ar7240_mem_config());
}
示例#2
0
long int initdram(){
	return((long int)ar7240_mem_config());
}