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/samsung_yps3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootloader/samsung_yps3.c') diff --git a/bootloader/samsung_yps3.c b/bootloader/samsung_yps3.c index b80fbf5421..927cd6e43a 100644 --- a/bootloader/samsung_yps3.c +++ b/bootloader/samsung_yps3.c @@ -30,8 +30,7 @@ #include "cpu.h" #include "system.h" #include "lcd.h" -#include "kernel.h" -#include "thread.h" +#include "../kernel-internal.h" #include "backlight.h" #include "backlight-target.h" #include "button.h" -- cgit v1.2.3