diff options
Diffstat (limited to 'tools/rkcommon.h')
-rw-r--r-- | tools/rkcommon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/rkcommon.h b/tools/rkcommon.h index 39b1d521efe..0fc1e96409b 100644 --- a/tools/rkcommon.h +++ b/tools/rkcommon.h @@ -10,7 +10,8 @@ enum { RK_BLK_SIZE = 512, - RK_CODE1_OFFSET = 4, + RK_INIT_OFFSET = 4, + RK_MAX_BOOT_SIZE = 512 << 10, }; /** |