summaryrefslogtreecommitdiff
path: root/flash/bootbox/main.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-08 03:23:29 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-08 03:23:29 -0400
commit9a3400a4a667e32d1dd0b50364b083787ff63320 (patch)
tree5676a100428362373b96249d2891c131f9fcf44b /flash/bootbox/main.c
parent4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (diff)
downloadrockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.tar.gz
rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.zip
Fix some more straggling stuff
* HWCODEC bootloaders * Remove references to thread structures outside the kernel. They are private and should not be used elsewhere. The mrobe-100 is an offender that gets squashed. * The ata.c hack stuff for large sector disks on iPod Video gets squashed for the same reason. I will no longer maintain it, period; please find the real reason for its difficulties. Change-Id: Iae1a675beac887754eb3cc59b560c941077523f5
Diffstat (limited to 'flash/bootbox/main.c')
-rw-r--r--flash/bootbox/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index ff6b8374e9..ac90d60336 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -29,8 +29,7 @@
29#include "cpu.h" 29#include "cpu.h"
30#include "system.h" 30#include "system.h"
31#include "lcd.h" 31#include "lcd.h"
32#include "kernel.h" 32#include "../kernel-internal.h"
33#include "thread.h"
34#include "storage.h" 33#include "storage.h"
35#include "disk.h" 34#include "disk.h"
36#include "font.h" 35#include "font.h"