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/mpio_hd200_hd300.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootloader/mpio_hd200_hd300.c') diff --git a/bootloader/mpio_hd200_hd300.c b/bootloader/mpio_hd200_hd300.c index 1828907ea7..963e65f22b 100644 --- a/bootloader/mpio_hd200_hd300.c +++ b/bootloader/mpio_hd200_hd300.c @@ -27,8 +27,7 @@ #include "cpu.h" #include "system.h" #include "lcd.h" -#include "kernel.h" -#include "thread.h" +#include "../kernel-internal.h" #include "storage.h" #include "usb.h" #include "disk.h" -- cgit v1.2.3