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

This commit is contained in:
Henrik Nordstrom 2013-05-17 22:06:03 +02:00
parent 4c5e0845e1
commit 789512036b

View File

@ -17,7 +17,8 @@
* MA 02111-1307 USA
*/
#include <stdio.h>
#include "config.h"
#include "common.h"
__attribute__ ((section (".text.start"))) void _start(void)
{