From 4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Aug 2014 02:28:11 -0400 Subject: Bootloaders need the reacharound to get at the internal goods They need to include kernel-internal.h in order to perform inits. Change-Id: I5b0f155e4ff49a065c6cb97691ecd4396a199979 --- bootloader/ondavx747.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader/ondavx747.c') diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c index 4d0bf4221c..0c189eaca1 100644 --- a/bootloader/ondavx747.c +++ b/bootloader/ondavx747.c @@ -21,6 +21,7 @@ #include "config.h" #include "jz4740.h" +#include "../kernel-internal.h" #include "backlight.h" #include "font.h" #include "lcd.h" -- cgit