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];