diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/main-pp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index 0262384d..acc916e 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -409,6 +409,8 @@ int load_mi4_part(unsigned char* buf, struct partinfo* pinfo, block[0xe1] = 0; ata_write_sectors(IF_MV2(0,) pinfo->start + 0x3c08, 1, block); } +#else + (void) disable_rebuild; #endif return EOK; |