Example #1
0
void target_early_init(void)
{
	target_detect();

#if WITH_DEBUG_UART
	uart_init(get_uart_gsbi());
#endif
}
Example #2
0
void board_init()
{
	platform_detect();
	target_detect(&board);
	target_baseband_detect(&board);
}