diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2014-08-08 03:23:29 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2014-08-08 03:23:29 -0400 |
| commit | 9a3400a4a667e32d1dd0b50364b083787ff63320 (patch) | |
| tree | 5676a100428362373b96249d2891c131f9fcf44b /flash | |
| parent | 4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (diff) | |
| download | rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.zip rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.tar.gz rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.tar.bz2 rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.tar.xz | |
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')
| -rw-r--r-- | flash/bootbox/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c index ff6b837..ac90d60 100644 --- a/flash/bootbox/main.c +++ b/flash/bootbox/main.c @@ -29,8 +29,7 @@ #include "cpu.h" #include "system.h" #include "lcd.h" -#include "kernel.h" -#include "thread.h" +#include "../kernel-internal.h" #include "storage.h" #include "disk.h" #include "font.h" |