qcdt: pad the last dtb too

This commit is contained in:
Alessandro Astone 2019-10-07 23:45:16 +02:00 committed by John Wu
parent b45d922463
commit dfc65b95f7
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ static int dtb_patch(const qcdt_hdr *hdr, const char *in, const char *out) {
val.second.len = do_align(size, page_size);
free(fdt);
}
write_zero(fd, align_off(lseek(fd, 0, SEEK_CUR), page_size));
// Patch tables
auto tables_rw = reinterpret_cast<Table *>(addr + sizeof(qcdt_hdr));