Hacker voice: *i'm in* (to the emmc)

This commit is contained in:
SuchMemeManySkill
2020-12-26 23:41:25 +01:00
parent 07540b4651
commit 831adc0080
8 changed files with 116 additions and 17 deletions

View File

@@ -25,6 +25,7 @@ const char *TEErrors[] = {
[TE_EXCEPTION_DATA_ABORT - 1] = "E Data abort",
[TE_ERR_SAME_LOC - 1] = "Same copy location",
[TE_ERR_KEYDUMP_FAIL - 1] = "Keydump failed",
[TE_ERR_PARTITION_NOT_FOUND - 1] = "Failed to find partition"
};
const char *GetErrStr(u32 err){