Ejemplo n.º 1
0
void __naked __flash_header_start go(void)
{
	barebox_arm_head();
}
Ejemplo n.º 2
0
/*
 * First instructions in the pbl image
 */
void __naked __section(.text_head_entry) pbl_start(void)
{
	barebox_arm_head();
}