mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 10:01:53 +00:00
Try to repair boot_hdr v1 entries
This commit is contained in:
@@ -207,6 +207,8 @@ static_cast<boot_img_hdr_v1 *>(hdr)->x)
|
||||
hdr_set(recovery_dtbo_size, uint32_t);
|
||||
hdr_get(recovery_dtbo_offset, uint32_t);
|
||||
hdr_set(recovery_dtbo_offset, uint32_t);
|
||||
hdr_get(header_size, uint32_t);
|
||||
hdr_set(header_size, uint32_t);
|
||||
|
||||
uint32_t header_version() {
|
||||
if (IS_PXA)
|
||||
|
||||
Reference in New Issue
Block a user