mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
Change coreboot error from T210B01 to Mariko
Change T210B01 name in order for users to understand that it's about Mariko.
This commit is contained in:
parent
dfcdb2e1e6
commit
cbbd427d3a
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ int launch_payload(char *path, bool update)
|
|||
f_close(&fp);
|
||||
|
||||
gfx_con.mute = 0;
|
||||
EPRINTF("T210B01: Coreboot not allowed!");
|
||||
EPRINTF("Coreboot not allowed on Mariko!");
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
|
|
@ -175,7 +175,7 @@ lv_res_t launch_payload(lv_obj_t *list)
|
|||
{
|
||||
f_close(&fp);
|
||||
|
||||
EPRINTF("T210B01: Coreboot not allowed!");
|
||||
EPRINTF("Coreboot not allowed on Mariko!");
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue