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
This commit is contained in:
Michael Sevakis 2014-08-08 02:28:11 -04:00
parent 981d028c09
commit 4ea4cdfc11
24 changed files with 24 additions and 36 deletions

View file

@ -29,7 +29,7 @@
#include "cpu.h"
#include "file.h"
#include "system.h"
#include "kernel.h"
#include "../kernel-internal.h"
#include "lcd.h"
#include "font.h"
#include "storage.h"