summaryrefslogtreecommitdiff
path: root/bootloader/rk27xx.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-08 02:28:11 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-08 02:28:11 -0400
commit4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (patch)
tree912e39a64476aa8b387b924357e54b8fc301f82d /bootloader/rk27xx.c
parent981d028c09d10ed867f2f955f58d60b753c64f29 (diff)
downloadrockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.tar.gz
rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.zip
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
Diffstat (limited to 'bootloader/rk27xx.c')
-rw-r--r--bootloader/rk27xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c
index c623a971aa..dae738ec08 100644
--- a/bootloader/rk27xx.c
+++ b/bootloader/rk27xx.c
@@ -2,7 +2,7 @@
2#include <inttypes.h> 2#include <inttypes.h>
3#include "config.h" 3#include "config.h"
4#include "system.h" 4#include "system.h"
5#include "kernel.h" 5#include "../kernel-internal.h"
6#include "gcc_extensions.h" 6#include "gcc_extensions.h"
7#include "lcd.h" 7#include "lcd.h"
8#include "font.h" 8#include "font.h"