summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/main-pp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 2999c3e3ac..28d06d38d2 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -39,11 +39,12 @@
39#define NUM_PARTITIONS 2 39#define NUM_PARTITIONS 2
40 40
41#else 41#else
42#define MI4_HEADER_SIZE 0x200
43#define NUM_PARTITIONS 1 42#define NUM_PARTITIONS 1
44 43
45#endif 44#endif
46 45
46#define MI4_HEADER_SIZE 0x200
47
47/* mi4 header structure */ 48/* mi4 header structure */
48struct mi4header_t { 49struct mi4header_t {
49 unsigned char magic[4]; 50 unsigned char magic[4];