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

felboot: Use u-boot common.h instead of system stdio.h

parent 4c5e0845
...@@ -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)
{ {
......
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