summaryrefslogtreecommitdiff
path: root/firmware/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/config-recorder.h')
-rw-r--r--firmware/config-recorder.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h
index 7f7c5e2683..33e40b7790 100644
--- a/firmware/config-recorder.h
+++ b/firmware/config-recorder.h
@@ -27,3 +27,12 @@
27 27
28/* Define this if you control power on PBDR (instead of PADR) */ 28/* Define this if you control power on PBDR (instead of PADR) */
29#define HAVE_POWEROFF_ON_PBDR 29#define HAVE_POWEROFF_ON_PBDR
30
31/* Offset ( in the firmware file's header ) to the file length */
32#define FIRMWARE_OFFSET_FILE_LENGTH 0
33
34/* Offset ( in the firmware file's header ) to the file CRC */
35#define FIRMWARE_OFFSET_FILE_CRC 4
36
37/* Offset ( in the firmware file's header ) to the real data */
38#define FIRMWARE_OFFSET_FILE_DATA 6