int misc_init_f(void)
{
	return check_support_card();
}
int checkboard(void)
{
	puts("Board: PH1-sLD8 Board\n");

	return check_support_card();
}