summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-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 @@
#define NUM_PARTITIONS 2
#else
-#define MI4_HEADER_SIZE 0x200
#define NUM_PARTITIONS 1
#endif
+#define MI4_HEADER_SIZE 0x200
+
/* mi4 header structure */
struct mi4header_t {
unsigned char magic[4];