This commit is contained in:
topjohnwu 2017-03-01 00:50:49 +08:00
parent 77eec3d21d
commit feccc97a14

View File

@ -77,7 +77,7 @@ static void check_headers() {
} }
if (memcmp(ramdisk, "\x88\x16\x88\x58", 4) == 0) { if (memcmp(ramdisk, "\x88\x16\x88\x58", 4) == 0) {
printf("MTK header found in ramdisk\n"); printf("MTK header found in ramdisk\n");
mtk_kernel = 1; mtk_ramdisk = 1;
} }
// Check dtb // Check dtb