mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[mpp_soc]: Add mpp_debug env reading when init
Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com> Change-Id: I647ffc2df2c485d7cafb0a5b6f47a08dcbfa4601
This commit is contained in:
parent
c3b2b9e231
commit
d21fa529a7
1 changed files with 2 additions and 0 deletions
|
|
@ -1097,6 +1097,8 @@ static void mpp_soc_srv_init()
|
|||
|
||||
srv_soc = srv;
|
||||
|
||||
mpp_env_get_u32("mpp_debug", &mpp_debug, 0);
|
||||
|
||||
read_soc_name(srv->soc_name, sizeof(srv->soc_name));
|
||||
srv->soc_info = check_soc_info(srv->soc_name);
|
||||
if (NULL == srv->soc_info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue