diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/rk27xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c index c1c8110..dfba970 100644 --- a/bootloader/rk27xx.c +++ b/bootloader/rk27xx.c @@ -17,7 +17,7 @@ #include "string.h" #include "file.h" #include "crc32-rkw.h" -#include "rkw.h" +#include "rkw-loader.h" #define DRAM_ORIG 0x60000000 #define LOAD_SIZE 0x700000 |