예제 #1
0
static int pcm049_console_init(void)
{
	barebox_set_model("Phytec phyCORE-OMAP4460");
	barebox_set_hostname("phycore-omap4460");

	omap44xx_add_uart3();

	return 0;
}
예제 #2
0
파일: board.c 프로젝트: SayCV/barebox-at91
static int pcm049_console_init(void)
{
	omap44xx_add_uart3();

	return 0;
}