hos: Reduce size of pkg1 id array

This commit is contained in:
CTCaer
2020-06-22 12:04:49 +03:00
parent 9673d5524a
commit ddc89c9f49
5 changed files with 91 additions and 69 deletions

View File

@@ -37,10 +37,8 @@ typedef struct _pkg1_id_t
u32 kb;
u32 tsec_off;
u32 pkg11_off;
u32 sec_map[3];
u32 secmon_base;
u32 warmboot_base;
bool set_warmboot;
patch_t *secmon_patchset;
patch_t *warmboot_patchset;
} pkg1_id_t;