Add more checks for other patches

This commit is contained in:
topjohnwu
2017-06-03 05:08:52 +08:00
parent c282a8f328
commit 2cdbcc5666
2 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,6 @@ void unpack(const char* image) {
printf("Parsing boot image: [%s]\n\n", image);
parse_img(orig, size);
char name[PATH_MAX];
// Dump kernel
if (mtk_kernel) {
kernel += 512;