Commit c4ae8f2e authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

felboot: Reduce _start to just a call to s_init.

parent 78951203
......@@ -22,10 +22,6 @@
__attribute__ ((section (".text.start"))) void _start(void)
{
clock_init();
gpio_init();
uart_init();
timer_init();
s_init();
}
......@@ -41,6 +37,7 @@ void sunxi_wemac_initialize(void)
void preloader_console_init(void)
{
uart_init();
}
void hang(void)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment