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
78951203
Commit
78951203
authored
May 17, 2013
by
Henrik Nordstrom
Browse files
felboot: Use u-boot common.h instead of system stdio.h
parent
4c5e0845
Changes
1
Hide whitespace changes
Inline
Side-by-side
felboot/main.c
View file @
78951203
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,8 @@
* MA 02111-1307 USA
* MA 02111-1307 USA
*/
*/
#include <stdio.h>
#include "config.h"
#include "common.h"
__attribute__
((
section
(
".text.start"
)))
void
_start
(
void
)
__attribute__
((
section
(
".text.start"
)))
void
_start
(
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