From 789512036bf10919efd55209d6e85e307d2923e0 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Fri, 17 May 2013 22:06:03 +0200 Subject: [PATCH] felboot: Use u-boot common.h instead of system stdio.h --- felboot/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/felboot/main.c b/felboot/main.c index d8ce7b7..432eb5f 100644 --- a/felboot/main.c +++ b/felboot/main.c @@ -17,7 +17,8 @@ * MA 02111-1307 USA */ -#include +#include "config.h" +#include "common.h" __attribute__ ((section (".text.start"))) void _start(void) {