diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/img4.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -100,6 +100,8 @@ int img4_stitch_component(const char* component_name, const unsigned char* compo  		memcpy((char*)component_data+0xD, "rkrn", 4);  	} else if (strcmp(component_name, "RestoreDeviceTree") == 0) {  		memcpy((char*)component_data+0xD, "rdtr", 4); +	} else if (strcmp(component_name, "RestoreSEP") == 0) { +		memcpy((char*)component_data+0xD, "rsep", 4);  	}  	// create element header for the "IMG4" magic | 
