summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/rk27xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c
index c1c8110831..dfba9704c2 100644
--- a/bootloader/rk27xx.c
+++ b/bootloader/rk27xx.c
@@ -17,7 +17,7 @@
17#include "string.h" 17#include "string.h"
18#include "file.h" 18#include "file.h"
19#include "crc32-rkw.h" 19#include "crc32-rkw.h"
20#include "rkw.h" 20#include "rkw-loader.h"
21 21
22#define DRAM_ORIG 0x60000000 22#define DRAM_ORIG 0x60000000
23#define LOAD_SIZE 0x700000 23#define LOAD_SIZE 0x700000