diff options
Diffstat (limited to 'board/netstar/crcek.h')
-rw-r--r-- | board/netstar/crcek.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/netstar/crcek.h b/board/netstar/crcek.h new file mode 100644 index 00000000000..30c08602f57 --- /dev/null +++ b/board/netstar/crcek.h @@ -0,0 +1,3 @@ +#define LOADER_SIZE (448 * 1024) +#define LOADER1_OFFSET (128 * 1024) +#define LOADER2_OFFSET (LOADER1_OFFSET + LOADER_SIZE) |