hos: Fix bct clear

This commit is contained in:
CTCaer 2020-06-14 02:19:55 +03:00
parent 71df1e2da1
commit accf226214

View file

@ -915,7 +915,7 @@ int hos_launch(ini_sec_t *cfg)
}
else
{
memset((void *)0x4003F000, 0, 0x1000);
memset((void *)0x4003F800, 0, 0x800);
if ((fuse_read_odm(4) & 3) == 3)
memcpy((void *)0x4003F800, bootConfigBuf, 0x800);
}