Fixed sleep mode [test on 1.0.0, 2.0.0 and 5.1.0].

This commit is contained in:
nwert
2018-06-04 14:44:40 +12:00
parent c43b6f8a5d
commit b8b7889e68
4 changed files with 89 additions and 19 deletions

View File

@@ -39,6 +39,8 @@ typedef struct _pkg1_id_t
u32 pkg11_off;
u32 sec_map[3];
u32 secmon_base;
u32 warmboot_base;
int set_warmboot;
patch_t *secmon_patchset;
patch_t *kernel_patchset;
} pkg1_id_t;