diff options
Diffstat (limited to 'bootloader/mini2440.c')
| -rw-r--r-- | bootloader/mini2440.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/mini2440.c b/bootloader/mini2440.c index 7750d07..4976318 100644 --- a/bootloader/mini2440.c +++ b/bootloader/mini2440.c @@ -27,8 +27,7 @@ #include "cpu.h" #include "system.h" #include "lcd.h" -#include "kernel.h" -#include "thread.h" +#include "../kernel-internal.h" #include "storage.h" #include "fat.h" #include "disk.h" |