summaryrefslogtreecommitdiff
path: root/bootloader/mini2440.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/mini2440.c')
-rw-r--r--bootloader/mini2440.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/mini2440.c b/bootloader/mini2440.c
index 7750d07559..4976318e9a 100644
--- a/bootloader/mini2440.c
+++ b/bootloader/mini2440.c
@@ -27,8 +27,7 @@
27#include "cpu.h" 27#include "cpu.h"
28#include "system.h" 28#include "system.h"
29#include "lcd.h" 29#include "lcd.h"
30#include "kernel.h" 30#include "../kernel-internal.h"
31#include "thread.h"
32#include "storage.h" 31#include "storage.h"
33#include "fat.h" 32#include "fat.h"
34#include "disk.h" 33#include "disk.h"