Commit feccc97a authored by topjohnwu's avatar topjohnwu

Fix typo

parent 77eec3d2
...@@ -77,7 +77,7 @@ static void check_headers() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment