Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
c4ae8f2e
Commit
c4ae8f2e
authored
May 17, 2013
by
Henrik Nordstrom
Browse files
felboot: Reduce _start to just a call to s_init.
parent
78951203
Changes
1
Hide whitespace changes
Inline
Side-by-side
felboot/main.c
View file @
c4ae8f2e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment