diff options
| -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 cbf3e95..552ec8a 100644 --- a/bootloader/rk27xx.c +++ b/bootloader/rk27xx.c @@ -19,7 +19,7 @@ #include "crc32-rkw.h" #include "rkw-loader.h" #include "version.h" -#inlcude "i2c-rk27xx.h" +#include "i2c-rk27xx.h" /* beginning of DRAM */ #define DRAM_ORIG 0x60000000 |