summaryrefslogtreecommitdiff
path: root/bootloader/rk27xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/rk27xx.c')
-rw-r--r--bootloader/rk27xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c
index c786271228..c623a971aa 100644
--- a/bootloader/rk27xx.c
+++ b/bootloader/rk27xx.c
@@ -1,7 +1,8 @@
1#include <stdio.h> 1#include <stdio.h>
2#include <system.h>
3#include <inttypes.h> 2#include <inttypes.h>
4#include "config.h" 3#include "config.h"
4#include "system.h"
5#include "kernel.h"
5#include "gcc_extensions.h" 6#include "gcc_extensions.h"
6#include "lcd.h" 7#include "lcd.h"
7#include "font.h" 8#include "font.h"