Skip to content

Commit

Permalink
platform: msm8994: Set XPU errors as fatal
Browse files Browse the repository at this point in the history
Set XPU errors as fatal if enabled.

CRs-Fixed: 677067
Change-Id: I90e9a1a88997f9af23240665dd33be06bc59ff55
  • Loading branch information
Channagoud Kadabi authored and Gerrit - the friendly Code Review server committed Jul 8, 2014
1 parent 6875ade commit dc627c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/msm8994/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ void platform_early_init(void)
void platform_init(void)
{
dprintf(INFO, "platform_init()\n");
#if ENABLE_XPU_VIOLATION
scm_xpu_err_fatal_init();
#endif
}

void platform_uninit(void)
Expand Down

0 comments on commit dc627c0

Please sign in to comment.