Skip to content

Commit

Permalink
Merge pull request #16 from rdkcentral/develop
Browse files Browse the repository at this point in the history
REFPLTV-2545: fix of PLAT_Reset call is not rebooting the DUT
  • Loading branch information
arun-madhavan-013 authored Dec 13, 2024
2 parents 4781328 + 02bfd75 commit f559dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/plat-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static void *powerMgrWorkerThread(void *arg) {
break;
case PWRMGR_POWERSTATE_ON:
printf("Powering on\n");
system("reboot");
break;
case PWRMGR_POWERSTATE_STANDBY_LIGHT_SLEEP:
printf("Powering to standby light sleep\n");
Expand Down

0 comments on commit f559dd2

Please sign in to comment.